Enum PanelSettingsItemKind
Enumerates known kinds of the PanelSettingsItem.
public enum PanelSettingsItemKind
Fields
Button = 6
Items is button.
EditableSelector = 8
Items is selector with the list of values and editable text.
Empty = 0
Item is empty.
Label = 3
Item is generic label.
Line = 1
Item is horizontal line.
LinkLabel = 4
Item is link label.
Selector = 7
Items is selector with the list of values and non-editable text.
Spacer = 2
Item is separator (empty space).
Value = 5
Item is value of the specified type.