GrapeCity MultiRow Windows Forms Documentation
RichTextBoxCell Class
Members 


Represents a Cell that displays and edits rich text information in a GcMultiRow control.
Object Model
RichTextBoxCell ClassGcMultiRow ClassCellStyle ClassCellNote ClassSection ClassCellStyle ClassMultiRowTouchToolBar ClassValidatorCollection ClassCellValidator Class
Syntax
<SRDescriptionAttribute("Provides rich text edit features such as character and paragraph formatting.")>
<ValueTypeEditorAttribute(TypeName="GrapeCity.Win.MultiRow.Design.MultiLineEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9", AavailableForNullValue=True)>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="GrapeCity.Win.MultiRow.Design.DataFieldAndValidatorCellDesigner,GrapeCity.Win.MultiRow.Design, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
<ToolboxItemFilterAttribute(FilterString="GrapeCity.Win.MultiRow.Template7", FilterType=ToolboxItemFilterType.Custom Or  _
    ToolboxItemFilterType.Prevent Or  _
    ToolboxItemFilterType.Require)>
<ToolboxBitmapAttribute()>
Public Class RichTextBoxCell 
   Inherits Cell
Dim instance As RichTextBoxCell
[SRDescription("Provides rich text edit features such as character and paragraph formatting.")]
[ValueTypeEditor(TypeName="GrapeCity.Win.MultiRow.Design.MultiLineEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9", AavailableForNullValue=true)]
[Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="GrapeCity.Win.MultiRow.Design.DataFieldAndValidatorCellDesigner,GrapeCity.Win.MultiRow.Design, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
[ToolboxItemFilter(FilterString="GrapeCity.Win.MultiRow.Template7", FilterType=ToolboxItemFilterType.Custom | 
    ToolboxItemFilterType.Prevent | 
    ToolboxItemFilterType.Require)]
[ToolboxBitmap()]
public class RichTextBoxCell : Cell 
Remarks
The RichTextBoxCell class is a special type of Cell used to display rich text format (RTF) information. You can provide a rich appearance to your user with this type of cell. Typically, the CellStyle.Multiline property of a RichTextBoxCell is set to true to enhance the user experience.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.Win.MultiRow.Cell
            GrapeCity.Win.MultiRow.RichTextBoxCell

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

RichTextBoxCell Members
GrapeCity.Win.MultiRow Namespace
Cell Class
RichTextBoxEditingControl Class

 

 


Copyright © GrapeCity, inc. All rights reserved.