CFrameWnd::OnBarCheck

Switch View :
ScriptFree
Visual Studio 2010 - Visual C++
CFrameWnd::OnBarCheck

Called whenever an action is performed on the specified control bar.

afx_msg BOOL OnBarCheck(
   UINT nID
);
Parameters

nID

The ID of the control bar being shown.

Return Value

Nonzero if the control bar existed; otherwise 0.

Requirements

Header: afxwin.h

See Also

Reference

Other Resources