Control Property (DropDownFormBase)
In This Topic
Gets or sets the control that hosted on this dropd down form.
Syntax
'Declaration
Public Property Control As System.Windows.Forms.Control
public System.Windows.Forms.Control Control {get; set;}
See Also