Author Topic: Autodesk.AutoCAD.StatusBar namespace  (Read 1287 times)

0 Members and 1 Guest are viewing this topic.

Bennos

  • Mosquito
  • Posts: 8
Autodesk.AutoCAD.StatusBar namespace
« on: February 22, 2016, 11:32:33 PM »
Hello All,

I've noticed in the object browser of VS2015 that there is a new namespace Autodesk.AutoCAD.StatusBar in the acwindows.dll. Does anyone know how to implement these new classes? I say this as there is no way of accessing this statusbar instance within the namespace and you are only able to get access to the statusbar instance from the Autodesk.AutoCAD.Windows namespace. 

Cheers

Bennos

MickD

  • King Gator
  • Posts: 3636
  • (x-in)->[process]->(y-out) ... simples!
Re: Autodesk.AutoCAD.StatusBar namespace
« Reply #1 on: February 23, 2016, 12:14:57 AM »
You can not implement the status bar but you can gain access to its 'TrayItems', 'Panes' and 'Window' properties. I'd have a look into those and see what you can do.
Look in the Autodesk.AutoCAD.Windows namespace

hth
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien