TabControl.SelectedContentStringFormat Property

Definition

Gets a composite string that specifies how to format the content of the currently selected TabItem if it is displayed as a string.

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

Property Value

A composite string that specifies how to format the content of the currently selected TabItem if it is displayed as a string.

Applies to