public void RemoveControl(
Control ctrl
)
Public Sub RemoveControl (
ctrl As Control
)
Dim instance As ControlDragger
Dim ctrl As Control
instance.RemoveControl(ctrl)
public:
void RemoveControl(
Control^ ctrl
)
member RemoveControl :
ctrl : Control -> unit
No code example is currently available or this language may not be supported.
ArgumentException | The specified control is not found.;ctrl |