IASTabber

This interface provides methods to manage a tabber control.

Method
Description
IASTabber::Add Adds a tab.
IASTabber::AddImage Adds an image to the tabber control.
IASTabber::AddWithIndex Adds a tab with an index value.
IASTabber::get_BorderColor Retrieves the border color.
IASTabber::get_Circular Retrieves whether or not the tabber should wrap to the first tab once the last tab has been reached.
IASTabber::get_Count Retrieves the number of tabs.
IASTabber::get_DeferredNotification Retrieves whether or not notification is enabled for the tabber.
IASTabber::get_FocusIndex Retrieves the index of the tab with focus.
IASTabber::get_Image Retrieves the image handle associated with a tab.
IASTabber::get_ItemData Retrieves the data assigned to a tab.
IASTabber::get_SpeechCommandId Retrieves the speech identifier assigned to a tab.
IASTabber::get_String Gets the string associated with a specified tab.
IASTabber::get_TabColor Retrieves the color used for tabs.
IASTabber::get_TabFocusBackColor Retrieves the background color of the tab with focus.
IASTabber::get_TabFocusForeColor Retrieves the foreground color of the tab with focus.
IASTabber::get_TabMinWidth Retrieves the minimum width of the tab.
IASTabber::get_TabTextColor Retrieves the tab text color.
IASTabber::get_VoiceMenu Retrieves a voice menu for the tabber.
IASTabber::get_VoiceMenuActivateCommand Retrieves a voice menu command.
IASTabber::InsertAt Specifies where to insert a tab.
IASTabber::put_BorderColor Sets the border color.
IASTabber::put_Circular Sets the wrap capabilities of the tabber.
IASTabber::put_DeferredNotification Sets whether or not notifications are enabled on a tabber.
IASTabber::put_FocusIndex Sets the index of the tab with focus.
IASTabber::put_Image Sets the image handle associated with a tab.
IASTabber::put_ItemData Sets the data associated with a tab.
IASTabber::put_SpeechCommandId Assigns a speech identifier to a tab.
IASTabber::put_String Sets the string associated with a specified tab.
IASTabber::put_TabColor Sets the color used for tabs.
IASTabber::put_TabFocusBackColor Sets the background color of the tab with focus.
IASTabber::put_TabFocusForeColor Sets the foreground color of the tab with focus.
IASTabber::put_TabMinWidth Sets the minimum width of the tab.
IASTabber::put_TabTextColor Sets the tab text color.
IASTabber::put_VoiceMenu Sets a voice menu for the tabber.
IASTabber::put_VoiceMenuActivateCommand Sets a voice menu command.
IASTabber::RemoveAll Removes all tabs on the tabber.
IASTabber::RemoveAt Removes a tab specified by its index.
IASTabber::SpeakFocusTab Specifies which tab has focus, based on speech.

Remarks

The IASTabber interface, which has a global unique identifier (GUID) equal to IID_ASTABBER, extends the IASControl interface. The tabber control has a programmatic identifier equal to APC_Tab.