Intersoft WebGrid Documentation
CaptionImage Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumnSet Class : CaptionImage Property






Gets or sets the caption image in the columnset's heading area.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Whether or not an image should appear in the caption, in the left of caption text.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property CaptionImage As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumnSet
Dim value As String
 
instance.CaptionImage = value
 
value = instance.CaptionImage
C# 
[DescriptionAttribute("Whether or not an image should appear in the caption, in the left of caption text.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public string CaptionImage {get; set;}
Delphi 
public read-write property CaptionImage: String; 
JScript 
DescriptionAttribute("Whether or not an image should appear in the caption, in the left of caption text.")
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set CaptionImage : String
Managed Extensions for C++ 
[DescriptionAttribute("Whether or not an image should appear in the caption, in the left of caption text.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property string* get_CaptionImage();
public: __property void set_CaptionImage( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Whether or not an image should appear in the caption, in the left of caption text.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property String^ CaptionImage {
   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.