DataGridViewComboBoxEditingControl::EditingPanelCursor Property

 

Gets the cursor used during editing.

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 cursor image used by the mouse pointer during editing.

.NET Framework
Available since 2.0
Return to top
Show: