Intersoft ClientUI Documentation
DialogResult Enumeration
See Also  Send Feedback
Intersoft.Client.Framework Namespace : DialogResult Enumeration






Specifies identifiers to indicate the return value of a dialog box.

Syntax

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

Members

MemberDescription
AbortThe dialog box return value is Abort (usually sent from a button labeled Abort).
CancelThe dialog box return value is Cancel (usually sent from a button labeled Cancel).
IgnoreThe dialog box return value is Ignore (usually sent from a button labeled Ignore).
NoThe dialog box return value is No (usually sent from a button labeled No).
NoneNothing is returned from the dialog box. This means that the modal dialog continues running.
OKThe dialog box return value is OK (usually sent from a button labeled OK).
RetryThe dialog box return value is Retry (usually sent from a button labeled Retry).
YesThe dialog box return value is Yes (usually sent from a button labeled Yes).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.Framework.DialogResult

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 All Rights Reserved.