Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartControl Class / Cursor Property


In This Topic
    Cursor Property (SmartControl)
    In This Topic
    Gets or sets the cursor that is displayed when the mouse pointer is over the SmartControl
    Syntax
    'Declaration
     
    Public Overrides Property Cursor As Cursor
    'Usage
     
    Dim instance As SmartControl
    Dim value As Cursor
     
    instance.Cursor = value
     
    value = instance.Cursor
    public override Cursor Cursor {get; set;}

    Property Value

    A Cursor object that represents the cursor to display when the mouse pointer is over the SmartControl
    Remarks

    The cursor returned by this property can depend on the SmartItem over which the mouse is located.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also