Enum TabControl.EnsureSideBarChildFlags
Specifies flags that control the behavior of ensuring a sidebar child element.
[Flags]
public enum TabControl.EnsureSideBarChildFlags
Fields
CheckTitle = 2Represents an option to check the title of the element.
MakeVisible = 1Represents an option to make an element visible.
None = 0Represents a state where no specific option or value is selected.
Remarks
This enumeration supports a bitwise combination of its member values.