CToolBar::GetButtonStyle

UINT GetButtonStyle( int nIndex ) const;

Return Value

The style of the button or separator specified by nIndex.

Parameters

nIndex

The index of the toolbar button or separator style to be retrieved.

Remarks

Call this member function to retrieve the style of a button or separator on the toolbar. A button’s style determines how the button appears and how it responds to user input. See SetButtonStyle for examples of button styles.

CToolBar OverviewClass MembersHierarchy Chart

See Also   CToolBar::SetButtonStyle