KaxTabControlGetAllTabs Method |
Gets a linear list of all tabs in the KaxTabControl control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic IList<KaxTab> GetAllTabs()
Public Function GetAllTabs As IList(Of KaxTab)
public:
IList<KaxTab^>^ GetAllTabs()
member GetAllTabs : unit -> IList<KaxTab>
Return Value
Type:
IListKaxTab
An
IList object containing
all tabs in the current KaxTabControl control.
See Also