TabPageEnabled Property

Gets or sets a value indicating whether the TabPage is enabled.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public bool Enabled { get; set; }

Property Value

Boolean

Remarks

If the TabPage is NOT enabled, it cannot be selected. If the user clicks a TabPage which is NOT enabled, nothing will happen If you assign SelectedTabIndex property to an index of a non-EnabledTabPage, it will keep its original value.

See Also