Adds an event handler for the mouseDown event. The mouseDown event occurs when the user presses the mouseDown over this control.
[Visual Basic] Overridable Public Sub AddOnMouseDown( _ ByVal handler As MouseEventHandler _ ) [C#] public virtual void AddOnMouseDown( MouseEventHandler handler ); [C++] public: virtual void AddOnMouseDown( MouseEventHandler* handler ); [JScript] public function AddOnMouseDown( handler : MouseEventHandler );
Control Class | Control Members | System.WinForms Namespace | RemoveOnMouseDown