ComboBoxAutomationPeer.SetVisualState(WindowVisualState) メソッド

定義

ComboBox コントロールの表示状態を変更します。

public:
 virtual void SetVisualState(WindowVisualState state) = SetVisualState;
void SetVisualState(WindowVisualState const& state);
public void SetVisualState(WindowVisualState state);
function setVisualState(state)
Public Sub SetVisualState (state As WindowVisualState)

パラメーター

state
WindowVisualState

列挙の値としての ComboBox コントロールの表示状態。

実装

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

適用対象