ComboBox.SelectionBoxItem 属性

定义

获取在 ComboBox 关闭时显示的项。

public:
 property Platform::Object ^ SelectionBoxItem { Platform::Object ^ get(); };
IInspectable SelectionBoxItem();
public object SelectionBoxItem { get; }
var object = comboBox.selectionBoxItem;
Public ReadOnly Property SelectionBoxItem As Object

属性值

Object

Platform::Object

IInspectable

关闭 ComboBox 时显示的项。

注解

选择框是 关闭 ComboBox 时显示的文本框。

适用于