Specifies whether a window is minimized, maximized, or floating.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public enum C1WindowState |
| Visual Basic |
|---|
Public Enumeration C1WindowState |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Floating | 0 | The window is floating (neither maximized nor minimized). | |
| Maximized | 1 | The window is maximized. | |
| Minimized | 2 | The window is minimized. |