Table of Contents
MsgBoxButtonType Enumeration

Specifies the type of message box button.

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

Syntax
 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.
See Also