[]
Represents the methods, events and properties of drop down from.
public interface IDropDownForm : IDisposable
Name | Description |
---|---|
Focusable | Gets or sets a value indicating that form can contain focus. |
InternalFocusMovement | Gets or sets a value indicating that all focus movements are internal and should not be processed as caused by user input. |
IsDisposed | Gets a value indicating whether the form has been disposed of. |
Visible | Gets or sets a value indicating whether the form are displayed. |
Name | Description |
---|---|
ApplyStyle(BaseStyle, int) | Applies the style to drop down form. |
Close() | Closes the form. |
CloseForm() | Closes the drop down form and activates the parent form. |
OpenForm() | Opens the drop down form at the top of other windows. |