Specifies the appearance of a Window. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public enum WindowStyle |
Visual Basic
![]() |
---|
Public Enumeration WindowStyle |
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. |
This enumeration is defined as Flag that allows a bitwise combination of its member values.