|
|
|
IsMouseEvent Property, StrategyClass Class |
Returns whether the call to the StrategyRoutine occurred to handle a mouse event.
Syntax StrategyClass Class (Softelvdm.Controls)
VB |
Public ReadOnly Property IsMouseEvent As Boolean |
C# |
public bool IsMouseEvent { get; } |
C++ |
public: property bool IsMouseEvent { |
Property Value
True if the call to the StrategyRoutine occurred to handle a mouse event, otherwise False.
Comments
The IsMouseEvent property returns whether the call to the StrategyRoutine occurred to handle a mouse event.
The following StrategyClass.reason values are considered mouse events: StrategyReasonEnum.Hover, StrategyReasonEnum.MouseDown, StrategyReasonEnum.MouseDown2, StrategyReasonEnum.MouseUp.
Version Information
Supported in version 1.0.
Products Table