MindFusion.UI for WebForms Programmer's Guide

WindowBase Members

Constructors Properties Methods
 


Represents a window which can be either templated or rendered as an IFrame.

The following tables list the members exposed by the WindowBase type.

 Public Constructors

  Name Description

WindowBase

Initializes a new instance of the WindowBase class.

 Public Properties

  Name Description

NavigateUrl

Gets or sets the URL of the page that will be loaded in the control.

Template

Gets or sets the control's template.

 Protected Methods

  Name Description

CreateChildControls

Control.CreateChildControls override.

OnDataBinding

Control.OnDataBinding override.

RenderContent

Renders the content of the control.

RenderContents

WebControl.RenderContents override.

 See Also