- Create
- OnEvent
- Caption
- Add
- CreateWhiteBorder
- CreateBackground
- CreateCaption
- CreateButtonClose
- CreateClientArea
- OnClickCaption
- OnClickButtonClose
- ClientAreaVisible
- ClientAreaLeft
- ClientAreaTop
- ClientAreaRight
- ClientAreaBottom
- ClientAreaWidth
- ClientAreaHeight
- OnDialogDragStart
- OnDialogDragProcess
- OnDialogDragEnd
Caption (Get method)
Gets the "Caption" property of the CDialog control.
string MinValue() const |
Return Value
The "Caption" property.
Caption (Set method)
Sets the "Caption" property of the CDialog control.
bool Caption(
|
Parameters
text
[in] New value of "Caption" property.
Return Value
true - successful, otherwise - false.