ComboBox.SelectionBoxItemStringFormat プロパティ

定義

選択ボックスで選択した項目を文字列として表示する場合に書式設定する方法を指定する複合文字列を取得します。

public:
 property System::String ^ SelectionBoxItemStringFormat { System::String ^ get(); };
public string SelectionBoxItemStringFormat { get; }
member this.SelectionBoxItemStringFormat : string
Public ReadOnly Property SelectionBoxItemStringFormat As String

プロパティ値

選択ボックスで選択した項目を文字列として表示する場合に書式設定する方法を指定する複合文字列。

適用対象