CStatusBar::SetPaneText

BOOL SetPaneText( int nIndex, LPCTSTR lpszNewText, BOOL bUpdate = TRUE );

Return Value

Nonzero if successful; otherwise 0.

Parameters

nIndex

Index of the pane whose text is to be set.

lpszNewText

Pointer to the new pane text.

bUpdate

If TRUE, the pane is invalidated after the text is set.

Remarks

Sets the pane text to the string pointed to by lpszNewText.

CStatusBar OverviewClass MembersHierarchy Chart

See Also   CStatusBar::GetPaneText