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.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(true)]
public bool SystemDrawDropDownListMode { get; set; }
<DefaultValueAttribute(true)>
Public Property SystemDrawDropDownListMode As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool SystemDrawDropDownListMode {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(true)>]
member SystemDrawDropDownListMode : bool with get, set
Property Value
Boolean