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