Intersoft WebGrid Documentation
BackgroundImage Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridFormatStyle Class : BackgroundImage Property






Gets or sets the background image displayed in the control.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Images")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)>
<DefaultValueAttribute()>
<DescriptionAttribute("Determines the file name of an image to be displayed in the background of the object associated with the style.")>
Public Overridable Property BackgroundImage As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridFormatStyle
Dim value As String
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
C# 
[CategoryAttribute("Images")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines the file name of an image to be displayed in the background of the object associated with the style.")]
public virtual string BackgroundImage {get; set;}
Delphi 
public read-write property BackgroundImage: String; virtual; 
JScript 
CategoryAttribute("Images")
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)
DefaultValueAttribute()
DescriptionAttribute("Determines the file name of an image to be displayed in the background of the object associated with the style.")
public function get,set BackgroundImage : String
Managed Extensions for C++ 
[CategoryAttribute("Images")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines the file name of an image to be displayed in the background of the object associated with the style.")]
public: __property virtual string* get_BackgroundImage();
public: __property virtual void set_BackgroundImage( 
   string* value
);
C++/CLI 
[CategoryAttribute("Images")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines the file name of an image to be displayed in the background of the object associated with the style.")]
public:
virtual property String^ BackgroundImage {
   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.