'Declaration Protected Overrides Function NeedProcessMouseEvent( _
ByVal eThe VisualToolMouseEventArgs instance containing the event data.As Vintasoft.Imaging.UI.VisualTools.VisualToolMouseEventArgs _
) As Boolean
protected override bool NeedProcessMouseEvent(
Vintasoft.Imaging.UI.VisualTools.VisualToolMouseEventArgs e
)
protected: bool NeedProcessMouseEvent(
Vintasoft.Imaging.UI.VisualTools.VisualToolMouseEventArgs* e
); override
protected:
bool NeedProcessMouseEvent(
Vintasoft.Imaging.UI.VisualTools.VisualToolMouseEventArgs^ e
); override
Parameters
- e
- The VisualToolMouseEventArgs instance containing the event data.
Return Value
True - the visual tool will process the mouse event; false - the visual tool will NOT process the mouse event.