TabPageEnabled Property
Gets or sets a value indicating whether the
TabPage is enabled.
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
public bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
Property Value
Boolean
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.