IASTitleBar

This interface provides methods for managing a title bar.

Method
Description
IASTitleBar::get_Icon Gets a title bar icon.
IASTitleBar::get_MaxTitleWidth Gets the maximum width of the title bar text.
IASTitleBar::get_StatusFlags Gets the title bar status flags that control the images displayed from the image list.
IASTitleBar::get_StatusImageList Gets the status of the title bar image list.
IASTitleBar::get_SubCaption Gets the title bar subcaption.
IASTitleBar::put_Icon Sets the title bar icon.
IASTitleBar::put_MaxTitleWidth Sets the maximum width of the title bar text.
IASTitleBar::put_StatusFlags Sets the title bar status flags that control the images displayed from the image list.
IASTitleBar::put_StatusImageList Sets the status of the title bar image list.
IASTitleBar::put_SubCaption Sets the title bar subcaption.

Remarks

The IASTitleBar interface extends the IASControl interface. The title bar has a programmatic identifier equal to APC_Titlebar.

See Also

IASControl