AdvancedComboBoxSystemDrawDropDownListMode Property

Gets or sets whether the combo box should have the default system appearance in DropDownList mode. If this property is , then drop-down list appearance will look similar to the DropDown mode even on Windows Vista and newer platforms.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(true)]
public bool SystemDrawDropDownListMode { get; set; }

Property Value

Boolean

See Also