MindFusion.UI for WebForms Programmer's Guide

WindowStyle Enumeration

See Also
 



Specifies the he appearance of a Window.

Namespace: MindFusion.UI.Web
Assembly: Enum.js

 Syntax

JavaScript  Copy Code

// enum
WindowStyle = {}

 Members

  Member name Description

All

Value: 3. All additional elements are displayed.

Header

Value: 1. Display the header.

None

Value: 0. None of the additional elements is displayed.

Status

Value: 2. Display the status bar.

 See Also