Softelvdm.Controls Class Library for Windows Controls 1.0

IsMouseEvent Property, StrategyClass Class

Softel vdm, Inc.

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 {
        bool get();
}

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


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com