IASTitleBar::put_StatusFlags

This method sets the title bar status flags that control the images displayed from the image list.

Syntax

HRESULT put_StatusFlags( long lStatusFlags );

Parameters

lStatusFlags
Long integer that contains the status flags. The first image is displayed if bit 0 is set. The second image is displayed if bit 1 is set.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

See Also

IASTitleBar::get_StatusFlags