- Create
- OnEvent
- Caption
- Add
- CreateWhiteBorder
- CreateBackground
- CreateCaption
- CreateButtonClose
- CreateClientArea
- OnClickCaption
- OnClickButtonClose
- ClientAreaVisible
- ClientAreaLeft
- ClientAreaTop
- ClientAreaRight
- ClientAreaBottom
- ClientAreaWidth
- ClientAreaHeight
- OnDialogDragStart
- OnDialogDragProcess
- OnDialogDragEnd
Add
Adds control to the client area by pointer.
bool Add(
|
Parameters
control
[in] Pointer to control.
Return Value
true - successful, otherwise - false.
Add
Adds control to the client area by reference.
bool Add(
|
Parameters
control
[in] Reference to control.
Return Value
true - successful, otherwise - false.