GrapeCity MultiRow Windows Forms Documentation
EditingPanelCursor Property (NumericUpDownEditingControl)


Gets the cursor used when the mouse pointer is over the EditingPanel but not over the editing control.
Syntax
Public Overridable ReadOnly Property EditingPanelCursor As Cursor
Dim instance As NumericUpDownEditingControl
Dim value As Cursor
 
value = instance.EditingPanelCursor
public virtual Cursor EditingPanelCursor {get;}

Property Value

A System.Windows.Forms.Cursor that represents the mouse pointer used for the editing panel.
Remarks
This property always returns Cursors.Default.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NumericUpDownEditingControl Class
NumericUpDownEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.