TabControl.SelectedContentStringFormat プロパティ

定義

現在選択されている TabItem の内容を文字列として表示する場合に書式設定する方法を指定する複合文字列を取得します。

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

プロパティ値

現在選択されている TabItem の内容を文字列として表示する場合に書式設定する方法を指定する複合文字列。

適用対象