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

Dialog Class

Provides an easy way to create, display and operate a dialog box.

For a list of all members of this type, see Dialog Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         EO.Web.WebControlBase
            EO.Web.WebControl
               EO.Web.Dialog
                  EO.Web.AJAXUploaderProgressDialog
                  EO.Web.MsgBox
                  EO.Web.SpellCheckerDialog

[Visual Basic]
Public Class Dialog
    Inherits WebControl
    Implements System.Web.UI.INamingContainer
[C#]
public class Dialog : WebControl, INamingContainer

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

EO.Web provides a Dialog class that allows developers to easily create, display and customize a dialog box on web page.

Requirements

Namespace: EO.Web

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

See Also

Dialog Members | EO.Web Namespace


Direct link to this topic