[]
Represents settings for the DropDown function.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class DropDown
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class DropDown
This class provides settings for the drop-down function.
Name | Description |
---|---|
AllowDrop | Gets or sets a value that indicates whether to allow a drop action. |
AllowResize | Gets or sets whether the user can change the size of the drop-down window with a size grip. |
AutoDropDown | Gets or sets a bool value that indicates whether the drop-down window is automatically shown when the control gets focus. |
AutoHideTouchKeyboard | Gets or sets the value that indicates how to manipulate the touch keyboard when the drop-down window is dropped. |
ClosingAnimation | Gets or sets how to handle animation when closing the drop-down window. |
Direction | Gets or sets the drop down direction. |
OpeningAnimation | Gets or sets how to handle animation when opening the drop-down window. |
ShowShadow | Gets or sets a bool value that indicates whether to show a shadow on the drop-down dialog. |
Size | Gets or sets the size of the drop-down window. |