RibbonGallery.SelectedItem プロパティ

定義

リボン ギャラリーで現在選択されている項目を取得または設定します。

public:
 property System::Object ^ SelectedItem { System::Object ^ get(); void set(System::Object ^ value); };
public object SelectedItem { get; set; }
member this.SelectedItem : obj with get, set
Public Property SelectedItem As Object

プロパティ値

現在選択されている項目。項目が選択されていない場合は null 。 登録済みの既定値は null です。 値に影響を与える可能性がある内容の詳細については、「 依存関係プロパティの値の優先順位」を参照してください。

注釈

依存関係プロパティ情報

品目 価値
識別子フィールド SelectedItemProperty
に設定されたメタデータ プロパティ true BindsTwoWayByDefault

適用対象

こちらもご覧ください