Enum FlagSelectorStyles
Styles for FlagSelector.
[Flags]
public enum FlagSelectorStyles
Fields
All = ShowNone | ShowValueEdit
All styles.
None = 0
No styles.
ShowNone = 1
Show the
None
checkbox. This will add a checkbox with the title "None" and a value of 0 even if the flags do not contain a value of 0.ShowValueEdit = 2
Show the value edit. This will add a read-only TextField to the FlagSelector to allow the user to see the value.