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


    DefaultCursor Property (Task)
    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

    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