ASP.NET Pack Programmer's Guide
Window Class
Remarks See Also
 





Represents a window with title and contents, which can be moved, resized and arranged interactively.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public class Window : WindowBase, IScriptControl, IItemStateManager, IStateManager, IPostBackDataHandler, IThemable

Visual Basic  Copy Code

Public Class Window
    Inherits WindowBase
    Implements IScriptControl, IItemStateManager, IStateManager, IPostBackDataHandler, IThemable

 Remarks

For additional information on how to use the control, please refer to the Window topic in the Using the controls section.

 Inheritance Hierarchy

System.Object
    System.Web.UI.Control
        System.Web.UI.WebControls.WebControl
            System.Web.UI.WebControls.Panel
                MindFusion.UI.WebForms.WindowBase
                    MindFusion.UI.WebForms.Window
                        MindFusion.UI.WebForms.DockWindow

 See Also

Using the controls - Window
Window Members
MindFusion.UI.WebForms Namespace