DropDownControl | Launches a drop down window that contains the control. The best attempt will be made to give the control it's current size, so the control should set it's desired size before each invocation of this method. The dropDownDone method should be invoked when the control is done. Finally, the dropDown may be prematurely exited through user action, in which case the control will be made invisible. |
DropDownDone | This should be called when the control inside a drop down is done editing the value. |
GetHostHandle | Retrieves a handle to a window so that Windows dialogs can be parented. |
RunDialog | Launches a modal dialog and returns when it is done, returning the dialog result. This method will handle placing the dialog in the appropriate place on the screen. |
IEditorHost Interface | System.WinForms.ComponentModel Namespace