Intersoft WebCombo Documentation
CellImage Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebComboColumn Class : CellImage Property






Gets or sets the image filename that will be displayed in cells that belong to this column.

Gets or sets the image filename that will be displayed in cells that belong to this column.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the image filename that will be displayed in cells that belong to this column.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property CellImage As String
Visual Basic (Usage)Copy Code
Dim instance As WebComboColumn
Dim value As String
 
instance.CellImage = value
 
value = instance.CellImage
C# 
[DescriptionAttribute("Gets or sets the image filename that will be displayed in cells that belong to this column.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public string CellImage {get; set;}
Delphi 
public read-write property CellImage: String; 
JScript 
DescriptionAttribute("Gets or sets the image filename that will be displayed in cells that belong to this column.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set CellImage : String
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the image filename that will be displayed in cells that belong to this column.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property string* get_CellImage();
public: __property void set_CellImage( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the image filename that will be displayed in cells that belong to this column.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property String^ CellImage {
   String^ get();
   void set (    String^ value);
}

Remarks

This property will only take affect on column which ColumnType is Image or ImageAndTextThis property will only take affect on column which ColumnType is ColumnType.Image or ColumnType.ImageAndText

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.