InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / XView Class / Cursor Property

In This Topic
    Cursor Property (XView)
    In This Topic
    Gets or sets the ScrollableControl.Cursor that appears when the mouse moves over the control.
    Syntax
    'Declaration
     
    Public Overridable Property Cursor As Cursor
    public virtual Cursor Cursor {get; set;}
    See Also