Sitecore 5.0 API

DialogForm Class

Provides a class that handles dialog forms.

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

System.Object
   Sitecore.Web.UI.Sheer.BaseForm
      Sitecore.Web.UI.Pages.DialogForm

[Visual Basic]
Public Class DialogForm
    Inherits BaseForm
[C#]
public class DialogForm : BaseForm

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

The class has methods that handles OK and Cancel button clicks. the methods can be overridden to provide other functionality.

Requirements

Namespace: Sitecore.Web.UI.Pages

Assembly: Sitecore.Kernel (in Sitecore.Kernel.dll)

See Also

DialogForm Members | Sitecore.Web.UI.Pages Namespace