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

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

例外

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

適用対象

こちらもご覧ください