public void AddControl(
Control ctrl
)
Public Sub AddControl (
ctrl As Control
)
Dim instance As FormDragger
Dim ctrl As Control
instance.AddControl(ctrl)
public:
void AddControl(
Control^ ctrl
)
member AddControl :
ctrl : Control -> unit
No code example is currently available or this language may not be supported.
ArgumentException | The parent form of the control is not handled.;ctrl |