Class DropDownStateEventArgs
A class that defines MultiSelectionComboBox DropDown event Arguements
Inheritance
System.Object
DropDownStateEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DropDownStateEventArgs : EventArgs
Constructors
DropDownStateEventArgs(Boolean)
Initializer of DropDownStateEventArgs class
Declaration
public DropDownStateEventArgs(bool dropdown)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | dropdown |
Properties
IsDropDown
Gets whether the MultiSelectionComboBox dropdown window visible or not
Declaration
public bool IsDropDown { get; }
Property Value
| Type |
|---|
| System.Boolean |