GrapeCity MultiRow Windows Forms Documentation
PrepareEditingControlForEdit Method (RichTextBoxEditingControl)


true to select all the cell's content; otherwise, false.
Prepares the currently selected cell for editing.
Syntax
Public Overridable Sub PrepareEditingControlForEdit( _
   ByVal selectAll As Boolean _
) 
Dim instance As RichTextBoxEditingControl
Dim selectAll As Boolean
 
instance.PrepareEditingControlForEdit(selectAll)
public virtual void PrepareEditingControlForEdit( 
   bool selectAll
)

Parameters

selectAll
true to select all the cell's content; otherwise, false.
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.