ComboBox.SelectionBoxItem 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得顯示在選取方塊中的項目。
public:
property System::Object ^ SelectionBoxItem { System::Object ^ get(); };
public object SelectionBoxItem { get; }
member this.SelectionBoxItem : obj
Public ReadOnly Property SelectionBoxItem As Object
屬性值
選取的項目。
範例
下列範例會將 Content 的 ContentPresenter 屬性系結至 SelectionBoxItem 屬性。 是 ContentPresenter 的一 ComboBox 部分 ControlTemplate 。
如需完整的範例,請參閱 使用 ControlTemplates 範例設定樣式。
<ContentPresenter x:Name="ContentSite"
IsHitTestVisible="False"
Content="{TemplateBinding SelectionBoxItem}"
ContentTemplate="{TemplateBinding SelectionBoxItemTemplate}"
ContentTemplateSelector="{TemplateBinding ItemTemplateSelector}"
Margin="3,3,23,3"
VerticalAlignment="Stretch"
HorizontalAlignment="Left">
</ContentPresenter>
備註
的 ComboBox 會 ControlTemplate 使用這個屬性來顯示 中 ComboBox 選取的專案。 若要取得 外部的 ComboBox ControlTemplate 選取專案,請使用 Selector.SelectedItem 屬性,而不是這個屬性。
XAML Attribute Usage
<object property="{TemplateBinding SelectionBoxItem}"/>
相依性屬性資訊
識別碼欄位 | SelectionBoxItemProperty |
中繼資料屬性設定為 true |
無 |