GrapeCity MultiRow Windows Forms Documentation
CellNoteEditingControl Property


Gets the control hosted by the CellNote, if a CellNote with an editing control is in edit mode.
Syntax
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public ReadOnly Property CellNoteEditingControl As CellNoteEditingControl
Dim instance As GcMultiRow
Dim value As CellNoteEditingControl
 
value = instance.CellNoteEditingControl
[EditorBrowsable(EditorBrowsableState.Advanced)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public CellNoteEditingControl CellNoteEditingControl {get;}

Property Value

A System.Windows.Forms.Control hosted by the CellNote.
Remarks
If the CellNote is not in edit mode, this property returns a null reference (Nothing in Visual Basic).
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.