BaseShellItem.BadgeText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.