XLL+ Class Library

CXlControlListBox::GetStyle

Returns the style of the list-box

[C++]
int GetStyle();

Remarks

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.

Requirements

Header: xldialog.h

See Also

CXlControlListBox Class | CXlControlListBox Methods