Softelvdm.Controls Class Library for Windows Controls 1.0

HoverCursor Property, StrategyClass Class

Softel vdm, Inc.

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 {
        Cursor^ get();
        void set(Cursor^ value);
}

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


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