DataGridViewTextBoxEditingControl.EditingPanelCursor Property

Definition

Gets the cursor used when the mouse pointer is over the EditingPanel but not over the editing control.

public:
 virtual property System::Windows::Forms::Cursor ^ EditingPanelCursor { System::Windows::Forms::Cursor ^ get(); };
public virtual System.Windows.Forms.Cursor EditingPanelCursor { get; }
member this.EditingPanelCursor : System.Windows.Forms.Cursor
Public Overridable ReadOnly Property EditingPanelCursor As Cursor

Property Value

A Cursor that represents the mouse pointer used for the editing panel.

Implements

Applies to

See also