CommandBarOnMouseDown Method |
Raises the MouseDown event.
Namespace:
ABB.Robotics.Tps.Windows.Forms
Assembly:
ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
RemarksNotes to Inheritors: When overriding OnMouseDown in a derived class, be sure to call the base class's OnMouseDown method so that registered delegates receive the event.
See Also