GrapeCity MultiRow Windows Forms Documentation
IsCurrentCellNoteInEditMode Property


Gets a value that indicates whether the currently active CellNote is in edit mode.
Syntax
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public ReadOnly Property IsCurrentCellNoteInEditMode As Boolean
Dim instance As GcMultiRow
Dim value As Boolean
 
value = instance.IsCurrentCellNoteInEditMode
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public bool IsCurrentCellNoteInEditMode {get;}

Property Value

true if the CellNote is in edit mode; otherwise, false.
Remarks
If the selected CellNote's hosts an editing control and IsCurrentCellNoteInEditMode is true, you can retrieve the editing control through the CellNoteEditingControl property.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.