Enum SelectionBoxStyles
- Namespace
- Hymma.Solidworks.Addins
- Assembly
- Hymma.Solidworks.Addins.dll
styles for selection box in a property manager page
[Flags]
public enum SelectionBoxStyles
Fields
Default = 0default selection box that matches most soldiworks commands (recommended so your users don't feel alienated)
HScroll = 1Specifies that the selection box has a scroll bar so that interactive users can scroll through the list of items
MultipleItemSelect = 4Specifies that you can select multiple items in the selection box
UpAndDownButtons = 2Specifies that selection listbox has up and down arrows so that interactive users can move items in the list up or down
WantListboxSelectionChanged = 8Specifies that you want a notification sent when a user changes the selected item in a listbox or selection listbox