Click or drag to resize
KaxTabControl Methods

The KaxTabControl type exposes the following members.

Methods
  Name Description
Public method Code example FindTab
Returns the first KaxTab that matches the conditions defined by the specified predicate. The predicate should returns a boolean value.
Public method FindTabByText(String)
Searches the KaxTabControl control for the first KaxTab whose Text property is equal to the specified value.
Public method FindTabByText(String, Boolean)
Searches the KaxTabControl control for the first KaxTab whose Text property is equal to the specified value.
Public method FindTabByUrl
Searches the KaxTabControl control for the first KaxTab whose NavigateUrl property is equal to the specified value.
Public method FindTabByValue(String)
Searches the KaxTabControl control for the first KaxTab whose Value property is equal to the specified value.
Public method FindTabByValue(String, Boolean)
Searches the KaxTabControl control for the first KaxTab whose Value property is equal to the specified value.
Public method GetAllTabs
Gets a linear list of all tabs in the KaxTabControl control.
Public method Code example LoadContentFile
Populates the KaxTabControl control from external XML file.
(Overrides HierarchicalControlItemContainerLoadContentFile(String).)
Top
See Also