Other controls

All controls, which are not common are described in this section.

GetTabItems

Returns a list of a tab control's labels.

IsTabItemSel

Determines if the specified tab item is selected.

SelectTabItem

Sets the focus to a specified tab in a tab control

SelTabItem

Selects a tab based off an index (zero-based).

SelTabItemText

Selects a tab based off text label (case insensitive).

TabCtrl_GetCurFocus

Returns the index of the item that has the focus in a tab control.

TabCtrl_GetItemCount

Retrieves the number of tabs in the tab control.

TabCtrl_SetCurFocus

Sets the focus to a specified tab in a tab control.

TabCtrl_SetCurSel

Selects a tab in a tab control.