XLL+ Class Library

CXlControl::SetText

Sets the text of the control

[C++]
void SetText(
   const char* pszText
);

Parameters

pszText

Text of the control.

Remarks

Sets the text of the control. For some controls, including all edit fields, the text is ignored.

Requirements

Header: xldialog.h

See Also

CXlControl Class | CXlControl Methods