XLL+ Class Library

CXlControlListBox::SetStyle

Sets the style of the list-box

[C++]
void SetStyle(
   int nStyle
);

Parameters

nStyle

Style of the control. See GetStyle() for a list of style types.

Remarks

Sets the style of the list-box.

Requirements

Header: xldialog.h

See Also

CXlControlListBox Class | CXlControlListBox Methods