ComboBoxAutomationPeer.VisualState 屬性

定義

取得ComboBox控制項的WindowVisualState

public:
 property WindowVisualState VisualState { WindowVisualState get(); };
WindowVisualState VisualState();
public WindowVisualState VisualState { get; }
var windowVisualState = comboBoxAutomationPeer.visualState;
Public ReadOnly Property VisualState As WindowVisualState

屬性值

ComboBox控制項的WindowVisualState,做為列舉的值。

實作

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於