GrapeCity MultiRow Windows Forms Documentation
ImageCell Class
Members 


Represents a Cell that displays an image in a GcMultiRow control.
Object Model
ImageCell ClassGcMultiRow ClassCellStyle ClassCellNote ClassSection ClassCellStyle ClassMultiRowTouchToolBar ClassValidatorCollection ClassCellValidator Class
Syntax
<SRDescriptionAttribute("Displays a user specified image.")>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="GrapeCity.Win.MultiRow.Design.ImageCellDesigner,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 ImageCell 
   Inherits Cell
Dim instance As ImageCell
[SRDescription("Displays a user specified image.")]
[Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="GrapeCity.Win.MultiRow.Design.ImageCellDesigner,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 ImageCell : Cell 
Remarks

The ImageCell class is a specialized type of Cell used to display a System.Drawing.Image or a System.Drawing.Icon, depending on the value of the ValueIsIcon property. Typically, the Cell.ReadOnly property of an ImageCell is set to true to indicate that the user cannot edit the cell contents. Change the ImageCell's Cell.ReadOnly property value to false, and the ImageCell's value can be changed by pasting values (press Ctrl + V).

The CellStyle.Image property is shown before the System.Drawing.Image or System.Drawing.Icon that is provided by the Cell.FormattedValue property. You can use it to implement a watermark feature.

Inheritance Hierarchy

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

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

ImageCell Members
GrapeCity.Win.MultiRow Namespace
Cell Class

 

 


Copyright © GrapeCity, inc. All rights reserved.