Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

MsgBoxButtonType Enumeration

Specifies the type of message box button.

[Visual Basic]
Public Enum MsgBoxButtonType
[C#]
public enum MsgBoxButtonType

Members

Member Name Description
PushButton Push button. MsgBoxButton.Text contains the button text.
LinkButton Link button. MsgBoxButton.Text contains the button text.
ImageButton Image button. MsgBoxButton.Text contains the image URL.
Custom MsgBoxButton.Text contains the raw HTML used for this button.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

EO.Web Namespace


Direct link to this topic