XLL+ Class Library (7.0)

CXlControl::SetText

Sets the text of the control

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