次の方法で共有


RibbonComboBox.SelectionBoxItemStringFormat プロパティ

選択ボックス内の選択した項目が文字列として表示される場合に、その書式を指定する複合文字列を取得します。

名前空間:  Microsoft.Windows.Controls.Ribbon
アセンブリ:  RibbonControlsLibrary (RibbonControlsLibrary.dll 内)

構文

'宣言
Public Property SelectionBoxItemStringFormat As String
    Get
    Private Set
public string SelectionBoxItemStringFormat { get; private set; }
public:
property String^ SelectionBoxItemStringFormat {
    String^ get ();
    private: void set (String^ value);
}
member SelectionBoxItemStringFormat : string with get, private set
function get SelectionBoxItemStringFormat () : String
private function set SelectionBoxItemStringFormat (value : String)

プロパティ値

型: System.String
選択ボックス内の選択した項目が文字列として表示される場合に、その書式を指定する複合文字列。登録済みの既定値は nullnull 参照 (Visual Basic では Nothing) です。この値が何に影響されるかの詳細については、依存関係プロパティ値の優先順位 のトピックを参照してください。

依存プロパティ情報

識別子フィールド

SelectionBoxItemStringFormatProperty

true に設定されたメタデータのプロパティ

[なし]

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

RibbonComboBox クラス

Microsoft.Windows.Controls.Ribbon 名前空間