TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / Cursor Property

In This Topic
    Cursor Property (Style)
    In This Topic
    Gets or sets the cursor that should be displayed when the mouse is over elements with this style.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DescriptionAttribute("Gets or sets the cursor that should be displayed when the mouse is over elements with this style.")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <DefaultValueAttribute("")>
    Public Property Cursor As Cursor
    [Browsable(false)]
    [Description("Gets or sets the cursor that should be displayed when the mouse is over elements with this style.")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [DefaultValue("")]
    public Cursor Cursor {get; set;}
    See Also