Table of Contents

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 = 0

default selection box that matches most soldiworks commands (recommended so your users don't feel alienated)

HScroll = 1

Specifies that the selection box has a scroll bar so that interactive users can scroll through the list of items

MultipleItemSelect = 4

Specifies that you can select multiple items in the selection box

UpAndDownButtons = 2

Specifies that selection listbox has up and down arrows so that interactive users can move items in the list up or down

WantListboxSelectionChanged = 8

Specifies that you want a notification sent when a user changes the selected item in a listbox or selection listbox