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

In This Topic
    Cursor Property (C1InputPanelBase)
    In This Topic
    Gets or sets the C1.Framework.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