CBasePane::EnableGripper

Enables or disables the gripper. If the gripper is enabled, the user can drag it to reposition the pane.

virtual void EnableGripper(
   BOOL bEnable 
);

Parameters

  • [in] bEnable
    TRUE to enable the gripper; FALSE to disable it.

Remarks

The framework uses this method to enable a gripper instead of using the WS_CAPTION style.

Requirements

Header: afxbasepane.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CBasePane Class