HypernovaDesktop Components · docs
Binarymission
WinFormsCombo Box › ListStyle

ListStyle

enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ListControls

Enumerates the set of specialized styles of the Control.

public enum ListStyle

Remarks

Use this enum values to set the ComboListStyle property.

Members at a glance

DriveListTo construct a DriveList combobox, set the ComboListStyle property to DriveList.
FontListTo construct a FontList combobox, set the ComboListStyle property to FontList.
StandardTo construct a Standard Image combobox, set the ComboListStyle property to Standard.

Members

DriveList

To construct a DriveList combobox, set the ComboListStyle property to DriveList.

FontList

To construct a FontList combobox, set the ComboListStyle property to FontList.

Standard

To construct a Standard Image combobox, set the ComboListStyle property to Standard.