[]
Represents the methods and properties of the owner of the drop-down list.
public interface IDropDownOwner
| Name | Description |
|---|---|
| DropDownAlign | Gets a value that determines the alignment of the drop down form. |
| DropDownForm | Gets the dropdown form. |
| GapHeight | Gets a distance in pixels between the control edge and the dropdown. |
| HostControl | Gets the Control that is hosting this IDropDownOwner. |
| IsClosing | Gets a value indicating that the dropdown form closes itself and all child forms. |
| IsRightToLeft | Gets the right-to-left mode value for the owner dropdown. |
| StickDropDownToSideBorder | Gets a value indicating whether to stick the drop-down form to the side border. |
| Name | Description |
|---|---|
| CloseForm() | Closes the DropDownForm. |
| GetFocusableControl() | Returns the Control that has input focus then the Focusable is true. |
| HandleDropDownClosed() | Handles the DropDownClosed event. |
| HandleDropDownOpened() | Handles the DropDownOpened event. |
| OnPostChanges(Element) | Fires when item was clicked on dropdown form. |