Sets the button draw location and window show state.
void Move(
   const CPoint& ptTo,
   BOOL bHide = FALSE
);
Parameters
[in] ptTo
The new location.[in] bHide
Whether to show the button.
Requirements
Header: afxcaptionbutton.h
Sets the button draw location and window show state.
void Move(
   const CPoint& ptTo,
   BOOL bHide = FALSE
);
[in] ptTo
The new location.
[in] bHide
Whether to show the button.
Header: afxcaptionbutton.h