GrapeCity MultiRow Windows Forms Documentation
EditingPanelCursor Property (RichTextBoxEditingControl)


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

Property Value

A System.Windows.Forms.Cursor that represents the 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

RichTextBoxEditingControl Class
RichTextBoxEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.