DataGridViewTextBoxEditingControl::EditingPanelCursor Property

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Cursor^ EditingPanelCursor {
	virtual Cursor^ get();
}

Property Value

Type: System.Windows.Forms::Cursor^

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

.NET Framework
Available since 2.0
Return to top
Show: