WindowProviderWrapperSetVisualState - метод

Changes the visual state of the window. For example, minimizes or maximizes it.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public void SetVisualState(
	WindowVisualState state
)

Параметры

state  WindowVisualState
The requested visual state of the window.

Реализации

IWindowProviderSetVisualState(WindowVisualState)

Исключения

InvalidOperationExceptionWhen the control does not support the requested behavior.

См. также