IWindowProvider.VisualState Property

Definition

Gets the visual state of the window.

public:
 property WindowVisualState VisualState { WindowVisualState get(); };
WindowVisualState VisualState();
public WindowVisualState VisualState { get; }
var windowVisualState = iWindowProvider.visualState;
Public ReadOnly Property VisualState As WindowVisualState

Property Value

The visual state of the window, as a value of the enumeration.

Applies to