Intersoft WebDesktop Documentation
DialogBoxButtonType Enumeration
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : DialogBoxButtonType Enumeration


Glossary Item Box

Value representing the type of button which will automatically perform built-in behavior accordingly.

Syntax

Visual Basic (Declaration) 
Public Enum DialogBoxButtonType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As DialogBoxButtonType
C# 
public enum DialogBoxButtonType : System.Enum 

Members

MemberDescription
AbortThe type of button is Abort.
CancelThe type of button is Cancel.
CustomThe type of button is Custom.
IgnoreThe type of button is Ignore.
NoThe type of button is No.
NotSetThe button is not set.
OKThe type of button is Ok.
RetryThe type of button is Retry.
YesThe type of button is Yes.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebDesktop.DialogBoxButtonType

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.