GrapeCity MultiRow Windows Forms Documentation
ShapeCell Class
Members 


Represents a cell that can display a rich style and different shaped border.
Object Model
ShapeCell ClassGcMultiRow ClassCellStyle ClassCellNote ClassShapeRenderer ClassSection ClassCellStyle ClassMultiRowTouchToolBar ClassValidatorCollection ClassCellValidator Class
Syntax
<DefaultPropertyAttribute("Renderer")>
<ToolboxItemFilterAttribute(FilterString="GrapeCity.Win.MultiRow.Template7", FilterType=ToolboxItemFilterType.Custom Or  _
    ToolboxItemFilterType.Prevent Or  _
    ToolboxItemFilterType.Require)>
<SRDescriptionAttribute("Represents a cell which can present rich style and different border shapes.")>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="GrapeCity.Win.MultiRow.Design.ShapeCellDesigner,GrapeCity.Win.MultiRow.Design, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
<ValueTypeEditorAttribute(TypeName="GrapeCity.Win.MultiRow.Design.MultiLineEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9", AavailableForNullValue=True)>
<NotSupportCellBorderAttribute()>
<ToolboxBitmapAttribute()>
Public Class ShapeCell 
   Inherits Cell
Dim instance As ShapeCell
[DefaultProperty("Renderer")]
[ToolboxItemFilter(FilterString="GrapeCity.Win.MultiRow.Template7", FilterType=ToolboxItemFilterType.Custom | 
    ToolboxItemFilterType.Prevent | 
    ToolboxItemFilterType.Require)]
[SRDescription("Represents a cell which can present rich style and different border shapes.")]
[Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="GrapeCity.Win.MultiRow.Design.ShapeCellDesigner,GrapeCity.Win.MultiRow.Design, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
[ValueTypeEditor(TypeName="GrapeCity.Win.MultiRow.Design.MultiLineEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9", AavailableForNullValue=true)]
[NotSupportCellBorder()]
[ToolboxBitmap()]
public class ShapeCell : Cell 
Remarks

Notes to Inheritors:

When you derive from ShapeCell and add new properties to the derived class, be sure to override the Clone method to copy the new properties during cloning operations. You should also call the base class's Clone method so that the properties of the base class are copied to the new cell.

Inheritance Hierarchy

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

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

ShapeCell Members
GrapeCity.Win.MultiRow Namespace
Section Class
ColumnHeaderSection Class
Row Class
ColumnFooterSection Class
Template Class
GcMultiRow Class

 

 


Copyright © GrapeCity, inc. All rights reserved.