Share via


IWindowProvider.SetVisualState(WindowVisualState) メソッド

定義

ウィンドウの表示状態を変更します。 たとえばを最小化または最大化したりします。

public:
 void SetVisualState(System::Windows::Automation::WindowVisualState state);
public void SetVisualState (System.Windows.Automation.WindowVisualState state);
abstract member SetVisualState : System.Windows.Automation.WindowVisualState -> unit
Public Sub SetVisualState (state As WindowVisualState)

パラメーター

state
WindowVisualState

要求されたウィンドウの表示状態。

例外

コントロールが、要求された動作をサポートしない場合。

適用対象

こちらもご覧ください