Intersoft WebGrid Documentation
InProgressUIBehavior Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : InProgressUIBehavior Property






Specifies the user interface behavior when a request is in progress.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the user interface behavior when a request is in progress.")>
Public Property InProgressUIBehavior As InProgressUIBehavior
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As InProgressUIBehavior
 
instance.InProgressUIBehavior = value
 
value = instance.InProgressUIBehavior
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the user interface behavior when a request is in progress.")]
public InProgressUIBehavior InProgressUIBehavior {get; set;}
Delphi 
public read-write property InProgressUIBehavior: InProgressUIBehavior; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Specifies the user interface behavior when a request is in progress.")
public function get,set InProgressUIBehavior : InProgressUIBehavior
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the user interface behavior when a request is in progress.")]
public: __property InProgressUIBehavior get_InProgressUIBehavior();
public: __property void set_InProgressUIBehavior( 
   InProgressUIBehavior value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the user interface behavior when a request is in progress.")]
public:
property InProgressUIBehavior InProgressUIBehavior {
   InProgressUIBehavior get();
   void set (    InProgressUIBehavior value);
}

Remarks

When users set DisplayMessageBox on this property, WebGrid will display a message box while it is in progress processing request and another process is called. This behavior might disturb some users since users must click OK on the message box. Alternatively, users can set ChangeToHourGlass, which will change the cursor to hourglass instead of displaying the message box.

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.