MindFusion.UI for WebForms Programmer's Guide

DockWindow Class

Remarks See Also
 





Represents a dockable window.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public class DockWindow : Window

Visual Basic  Copy Code

Public Class DockWindow
    Inherits Window

 Remarks

For additional information on how to use the control, please refer to the DockControl 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