XLL+ Class Library

CXlDialog::SetTitle

Sets the title of the dialog

[C++]
void SetTitle(
   const char* pszTitle
);

Parameters

pszTitle

Text of the control.

Remarks

Sets the title of the control. This will be displayed in the dialog's title bar.

Requirements

Header: xldialog.h

See Also

CXlDialog Class | CXlDialog Methods