共用方式為


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 引進)

適用於