WindowProviderWrapperSetVisualState - метод
Changes the visual state of the window. For example, minimizes or maximizes it.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public void SetVisualState(
WindowVisualState state
)
Public Sub SetVisualState (
state As WindowVisualState
)
public:
virtual void SetVisualState(
WindowVisualState state
) sealed
abstract SetVisualState :
state : WindowVisualState -> unit
override SetVisualState :
state : WindowVisualState -> unit
- state WindowVisualState
- The requested visual state of the window.
IWindowProviderSetVisualState(WindowVisualState)