ActionsPane.Cursor Property

Definition

Gets or sets the cursor that is displayed when the mouse pointer is over the actions pane.

public:
 property System::Windows::Forms::Cursor ^ Cursor { System::Windows::Forms::Cursor ^ get(); void set(System::Windows::Forms::Cursor ^ value); };
public System.Windows.Forms.Cursor Cursor { get; set; }
member this.Cursor : System.Windows.Forms.Cursor with get, set
Public Property Cursor As Cursor

Property Value

The cursor to display when the mouse pointer is over the actions pane.

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.Cursor property. For more information about using this property, see System.Windows.Forms.Control.Cursor.

Applies to