MindFusion.UI for WebForms 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.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 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.Web.WindowBase
                    MindFusion.UI.Web.Window
                        MindFusion.UI.Web.DockWindow

 See Also