BOOL Create( CWnd* pParentWnd, DWORD dwStyle = WS_CHILD | WS_VISIBLE, UINT nID = AFX_IDW_RESIZE_BAR );
Return Value
Nonzero if the resize bar was created; otherwise 0.
Parameters
pParentWnd
Pointer to the parent window of the resize bar.
dwStyle
Specifies the window style attributes.
nID
The resize bar’s child window ID.
Remarks
Creates a child window and associates it with the COleResizeBar object.
COleResizeBar Overview | Class Members | Hierarchy Chart
See Also CWnd::Create, CControlBar