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 的内容显示为字符串,应如何设置该内容的格式。

适用于