GrapeCity MultiRow Windows Forms Documentation
EditingPanelCursor Property (MaskedTextBoxEditingControl)


Gets the cursor used when the mouse pointer is over the editing panel, but not over the editing control.
Syntax
Public Overridable ReadOnly Property EditingPanelCursor As Cursor
Dim instance As MaskedTextBoxEditingControl
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

MaskedTextBoxEditingControl Class
MaskedTextBoxEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.