Show / Hide Table of Contents

Property WindowState

| Edit this page View Source

WindowState

Gets or sets the current window state.

Declaration
public WindowState WindowState { get; set; }
Property Value
Type Description
WindowState

A WindowState that determines whether a window is restored, minimized, or maximized. The default is Normal (restored).

Remarks

When the WindowState property is changed, WindowStateChanged is raised.

note

This property only has affect when using the OverlappedPresenter.

See Also
WindowStateChanged
PresenterKind
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX