GrapeCity MultiRow Windows Forms Documentation
ApplyCellStyleToEditingControl Method (RichTextBoxEditingControl)


A CellStyle that is used as the model for the UI.
Changes the editing control's user interface (UI) to be consistent with the specified cell style.
Syntax
Public Overridable Sub ApplyCellStyleToEditingControl( _
   ByVal cellStyle As CellStyle _
) 
Dim instance As RichTextBoxEditingControl
Dim cellStyle As CellStyle
 
instance.ApplyCellStyleToEditingControl(cellStyle)
public virtual void ApplyCellStyleToEditingControl( 
   CellStyle cellStyle
)

Parameters

cellStyle
A CellStyle that is used as the model for the UI.
Remarks
The RichTextBoxEditingControl implements this method to apply the CellStyle of the owner cell. So the RichTextBoxEditingControl has an appearance similar to the owner cell.
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.