Version

NotificationBadgeText Property (ToolPropsBase)

Gets or sets the text that specifies the NotificationText of either all tools or a specific instance.
Syntax
'Declaration
 
Public Property NotificationBadgeText As String
public string NotificationBadgeText {get; set;}

Property Value

The text that specifies the NotificationText of either all tools or a specific instance.
Exceptions
ExceptionDescription
System.NotSupportedExceptionThe property is modified at design-time for a tool in an UltraToolbarsManager defined on a base Form or UserControl. Inherited tools must be modified at run-time or at design-time through the designer of the Form or UserControl they were created on.
Remarks

When set for the SharedProps object, this property specifies the NotificationText for all instances of a tool that have not had their NotificationText explicitly set. When set for the InstanceProps object, this property specifies the NotificationText for one instance of a tool.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also