XLL+ Class Library (7.0)

CXlControl::SetValue

Sets the string value of the control

void SetValue(
   const char* pszText
);

Parameters

pszText

Value of the control as a string.

Remarks

Sets the value of the control. For some controls, including static fields, the value is ignored.

Requirements

Header: xldialog.h

See Also

CXlControl Class | CXlControl Methods