MindFusion.UI for WebForms Programmer's Guide

WindowHost Class

Remarks See Also
 





Represents a container for Window objects.

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

 Syntax

C#  Copy Code

public class WindowHost : WebControl, IScriptControl, IPostBackDataHandler, IPostBackEventHandler, INamingContainer, IHostControl

Visual Basic  Copy Code

Public Class WindowHost
    Inherits WebControl
    Implements IScriptControl, IPostBackDataHandler, IPostBackEventHandler, INamingContainer, IHostControl

 Remarks

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

 Inheritance Hierarchy

System.Object
    System.Web.UI.Control
        System.Web.UI.WebControls.WebControl
            MindFusion.UI.Web.WindowHost
                MindFusion.UI.Web.DockControl

 See Also