Add
Add
Adds control to the client area by pointer.
bool Add(
CWnd *control, // pointer
)Parameters
- control
[in] Pointer to control.
Return Value
true - successful, otherwise - false.
Add
Adds control to the client area by reference.
bool Add(
CWnd &control, // reference
)Parameters
- control
[in] Reference to control.
Return Value
true - successful, otherwise - false.
Last updated on