Class DropDownContainer
A custom drop-down that can contain arbitrary controls instead of just a menu.
public class DropDownContainer : UserControl
- Inheritance
-
DropDownContainer
- Extension Methods
Constructors
DropDownContainer()
public DropDownContainer()
Methods
Close()
Closes the drop down.
public void Close()
ProcessDialogKey(Keys)
Processes a dialog key.
protected override bool ProcessDialogKey(Keys keyData)
Parameters
Returns
- bool
true if the key was processed by the control; otherwise, false.
Show(Control)
Shows the drop-down below the specified control
.
public void Show(Control control)
Parameters
control
Control