Intersoft WebCombo Documentation
Image Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebComboCell Class : Image Property






Gets or sets the image filename that will be used to display image of an Image or ImageAndText Column.

Gets or sets the image filename that will be used to display image of an Image or ImageAndText Column.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the image filename that will be used to display image of an Image or ImageAndText Column.")>
Public Property Image As String
Visual Basic (Usage)Copy Code
Dim instance As WebComboCell
Dim value As String
 
instance.Image = value
 
value = instance.Image
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the image filename that will be used to display image of an Image or ImageAndText Column.")]
public string Image {get; set;}
Delphi 
public read-write property Image: String; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Gets or sets the image filename that will be used to display image of an Image or ImageAndText Column.")
public function get,set Image : String
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the image filename that will be used to display image of an Image or ImageAndText Column.")]
public: __property string* get_Image();
public: __property void set_Image( 
   string* value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the image filename that will be used to display image of an Image or ImageAndText Column.")]
public:
property String^ Image {
   String^ get();
   void set (    String^ value);
}

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.