ESRI.ArcGIS.ADF.Web.UI.WebControls
HelpDialog Class
See Also  Members  
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : HelpDialog Class


Displays a help url in a floating panel

Object Model



Syntax

Visual Basic (Declaration)  
Public Class HelpDialog 
   Inherits UrlDialog
Visual Basic (Usage) Copy Code
Dim instance As HelpDialog
C#  
public class HelpDialog : UrlDialog 

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.CompositeControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl
               ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel
                  ESRI.ArcGIS.ADF.Web.UI.WebControls.UrlDialog
                     ESRI.ArcGIS.ADF.Web.UI.WebControls.HelpDialog

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also