GUI

GUI

Anonymous
Not applicable
664 Views
3 Replies
Message 1 of 4

GUI

Anonymous
Not applicable

Hi, anyone know what is that we call in the palette set? is it possible i create one? and if so, how can i create 1 in the palette set created? thanks a lot.

 

 

960i88AF04C8FBD25F98 

0 Likes
665 Views
3 Replies
Replies (3)
Message 2 of 4

norman.yuan
Mentor
Mentor

Deending on which UI technology you use:

 

If you use Win Form , there is no .NET built-in control for that, but there a few third party controls, or you can make your own (you probably need to write quitw some GDI+ code

 

If you use WPF, its controls are extremely flexible for customizing its look.  It is "Expander" control for this visual effect. Googling "Expander control in WPF" would bring up tons of links to various examples and tutorials. Well, you'd better to use Acad2010 or later in order to host WPF user control in PaletteSet.

 


wen30 wrote:

Hi, anyone know what is that we call in the palette set? is it possible i create one? and if so, how can i create 1 in the palette set created? thanks a lot.

 

 

960i88AF04C8FBD25F98 


 

Norman Yuan

Drive CAD With Code

EESignature

0 Likes
Message 3 of 4

Anonymous
Not applicable

Thanks norman.

0 Likes
Message 4 of 4

Anonymous
Not applicable

You bulid one on a usercontrol there a class here and classes about WPF

 

http://au.autodesk.com/?nd=class_listing&filter_keywords=&chunk=100&filter_type=&filter_track=6&filt...

0 Likes