Table of Contents

Enum WindowVisualState

Namespace
HP.LFT.SDK.UIAPro
Assembly
HP.LFT.SDK.dll

The possible visual states of a window.

public enum WindowVisualState

Fields

Maximized = 1

Specifies that the window is maximized.

Minimized = 2

Specifies that the window is minimized.

Normal = 0

Specifies that the window is normal (restored).