Get the active tool palette

Get the active tool palette

Anonymous
Not applicable
348 Views
2 Replies
Message 1 of 3

Get the active tool palette

Anonymous
Not applicable
I'm trying to create a program to modify the active tool palette (change block insertion tools to macro tools etc.), but can't get my head around the palette API at all. I've read the .net documentation and gone through creating new palette sets, but does anyone know of documentation about accessing the standard tool palettes with .net?
0 Likes
349 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
The .NET palette APIs only provide for creating and
controlling your own custom palettesets and palettes.

There's nothing there for accessing toolpalletes.


--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006/2007
http://www.acadxtabs.com

wrote in message news:5511372@discussion.autodesk.com...
I'm trying to create a program to modify the active tool palette (change block insertion tools to macro tools etc.), but can't get my head around the palette API at all. I've read the .net documentation and gone through creating new palette sets, but does anyone know of documentation about accessing the standard tool palettes with .net?
0 Likes
Message 3 of 3

Anonymous
Not applicable
OK, thanks for the info Tony.
0 Likes