XLL+ Class Library (6.3)

CXlDialog::SetTitle

Sets the title of the dialog

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