Returns the style of the list-box
[C++]
int GetStyle();
Returns the style of the control.
The style may be one of the following types:
styleStandard
A standard list-box. styleLinked
The list-box is linked to the preceding control, which must
be an object of class
CXlControlTextEdit.
Whenever the selection of the list-box is changed,
the contents of the edit field will be changed to reflect
the selected item of the list-box.
styleDropList
A drop-down list in a combo-box.
Header: xldialog.h