Intersoft WebGrid Documentation
InProgressImage Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ImageSettings Class : InProgressImage Property






Specifies the image that will be displayed when WebGrid is in progress processing request.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies the image that will be displayed when WebGrid is in progress processing request.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property InProgressImage As String
Visual Basic (Usage)Copy Code
Dim instance As ImageSettings
Dim value As String
 
instance.InProgressImage = value
 
value = instance.InProgressImage
C# 
[DescriptionAttribute("Specifies the image that will be displayed when WebGrid is in progress processing request.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public string InProgressImage {get; set;}
Delphi 
public read-write property InProgressImage: String; 
JScript 
DescriptionAttribute("Specifies the image that will be displayed when WebGrid is in progress processing request.")
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set InProgressImage : String
Managed Extensions for C++ 
[DescriptionAttribute("Specifies the image that will be displayed when WebGrid is in progress processing request.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_InProgressImage();
public: __property void set_InProgressImage( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Specifies the image that will be displayed when WebGrid is in progress processing request.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ InProgressImage {
   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.