|
|
|
HoverCursor Property, StrategyClass Class |
Defines the cursor.
Syntax StrategyClass Class (Softelvdm.Controls)
VB |
Public Property HoverCursor As Cursor |
C# |
public Cursor HoverCursor { get; set; } |
C++ |
public: property Cursor^ HoverCursor { |
Property Value
The cursor or null/Nothing if the default cursor should be used.
The default value is null/Nothing.
Comments
The HoverCursor property defines the cursor.
While handling a mouse event (StrategyReasonEnum.Hover), a part can specify a new cursor in the StrategyRoutine function.
Version Information
Supported in version 1.0.
Products Table