ActionsPane.Cursor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.