Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.OfficeTaskPane Namespace / Task Class / DefaultCursor Property


In This Topic
    DefaultCursor Property (Task)
    In This Topic
    Gets the default value of the Xceed.SmartUI.SmartItem.Cursor property.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property DefaultCursor As Cursor
    'Usage
     
    Dim instance As Task
    Dim value As Cursor
     
    value = instance.DefaultCursor
    protected override Cursor DefaultCursor {get;}

    Property Value

    A System.Windows.Forms.Cursor representing the default value of the Xceed.SmartUI.SmartItem.Cursor property. Unless overridden, System.Windows.Forms.Cursors.Hand.
    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