Intersoft WebGrid Documentation
InProgressUIBehavior Enumeration
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace : InProgressUIBehavior Enumeration






Value representing the behavior of WebGrid when user invokes an action on WebGrid while there is an existing action currently in progress.

Syntax

Visual Basic (Declaration) 
Public Enum InProgressUIBehavior 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As InProgressUIBehavior
C# 
public enum InProgressUIBehavior : System.Enum 
Delphi 
public enum InProgressUIBehavior = class(System.Enum)
JScript 
public enum InProgressUIBehavior extends System.Enum
Managed Extensions for C++ 
__value public enum InProgressUIBehavior : public System.Enum 
C++/CLI 
public enum class InProgressUIBehavior : public System.Enum 

Members

MemberDescription
ChangeCursorToHourGlassThe cursor will change to HourGlass when a request is in progress.
DisplayMessageBoxA message box will be displayed when a request is in progress.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebGrid.InProgressUIBehavior

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.