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 の内容が文字列として表示される場合に、その書式を指定する複合文字列。

適用対象