Click or drag to resize
KaxTabControlInnermostSelectedTab Property
Gets the innermost selected tab in a hierarchical KaxTabControl control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxTab InnermostSelectedTab { 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