BaseShellItem.BadgeText Property

Definition

Gets or sets the badge text displayed on this Shell navigation item. This is a bindable property.

public:
 property System::String ^ BadgeText { System::String ^ get(); void set(System::String ^ value); };
public string BadgeText { get; set; }
member this.BadgeText : string with get, set
Public Property BadgeText As String

Property Value

Remarks

Setting this property to a non-null, non-empty value will display a badge on the tab item. Set to an empty string to show a dot indicator (small badge with no text). Set to null to hide the badge. On Windows, only numeric values are displayed as numbers; non-numeric text (e.g., "New") shows as a dot indicator.

Applies to