Visual Basic (Declaration) | |
---|---|
Public Property RunCursor As Cursor |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Cursor RunCursor {get; set;} |
XAML Attributes Usage | |
---|---|
<object RunCursor=System.Windows.Input.Cursor .../> |
XAML Attributes Usage | |
---|---|
<object RunCursor=System.Windows.Input.Cursor .../> |
Return Value
The cursor used in run mode when hovering over an object.For C#/VB examples, refer to SelectObjectCursor.
Used when UserMode is AnnUserMode.Run.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family