KaxTabControlInnermostSelectedTab Property |
Gets the innermost selected tab in a hierarchical KaxTabControl control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxTab InnermostSelectedTab { get; }
Public ReadOnly Property InnermostSelectedTab As KaxTab
Get
public:
property KaxTab^ InnermostSelectedTab {
KaxTab^ get ();
}
member InnermostSelectedTab : KaxTab with get
Property Value
Type:
KaxTab
Returns the inner most selected child tab in hierarchical tabcontrol scenarios.
Null (Nothing in VB.NET) if no tab is selected.
Remarks
In hierarchical tabcontrols this property returns the innermost selected
tab.
See Also