Intersoft ClientUI Documentation
DialogResult Enumeration



Specifies identifiers to indicate the return value of a dialog box.
Syntax
Public Enum DialogResult 
   Inherits System.Enum
Dim instance As DialogResult
public enum DialogResult : System.Enum 
public enum class DialogResult : public System.Enum 
Members
MemberDescription
Abort The dialog box return value is Abort (usually sent from a button labeled Abort).
Cancel The dialog box return value is Cancel (usually sent from a button labeled Cancel).
Ignore The dialog box return value is Ignore (usually sent from a button labeled Ignore).
No The dialog box return value is No (usually sent from a button labeled No).
None Nothing is returned from the dialog box. This means that the modal dialog continues running.
OK The dialog box return value is OK (usually sent from a button labeled OK).
Retry The dialog box return value is Retry (usually sent from a button labeled Retry).
Yes The 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.Framework Namespace

Send Feedback