MindFusion.UI for WebForms Programmer's Guide

WindowStyle Enumeration

See Also
 





Specifies the appearance of a Window.

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

 Syntax

C#  Copy Code

public enum WindowStyle

Visual Basic  Copy Code

Public Enumeration WindowStyle

 Members

  Member name Value Description

None

0

None of the additional elements is displayed.

Header

1

Display the header.

Status

2

Display the status bar.

All

3

All additional elements are displayed.

 Remarks

This enumeration is defined as Flag that allows a bitwise combination of its member values.

 See Also