InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / 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
     
    Public Property Cursor As Cursor
    public Cursor Cursor {get; set;}
    See Also