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

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