CStatusBarCtrl::IsSimple

Checks a status window control to determine if it is in simple mode.

BOOL IsSimple( ) const;

Return Value

Nonzero if the status window control is in simple mode; otherwise zero.

Remarks

This member function implements the behavior of the Win32 message SB_ISSIMPLE, as described in the Windows SDK.

Requirements

Header: afxcmn.h

See Also

Reference

CStatusBarCtrl Class

Hierarchy Chart

CStatusBarCtrl::SetSimple

Other Resources

CStatusBarCtrl Members