Table of Contents

Enum TabControl.EnsureSideBarChildFlags

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies flags that control the behavior of ensuring a sidebar child element.

[Flags]
public enum TabControl.EnsureSideBarChildFlags

Fields

CheckTitle = 2

Represents an option to check the title of the element.

MakeVisible = 1

Represents an option to make an element visible.

None = 0

Represents a state where no specific option or value is selected.

Remarks

This enumeration supports a bitwise combination of its member values.