Version

StatusText Property

Gets or sets the text displayed in the UltraStatusBar's AutoStatusText panel when the tool is activated.
Syntax
'Declaration
 
Public Property StatusText As String
public string StatusText {get; set;}

Property Value

The text displayed in the UltraStatusBar's AutoStatusText panel when the tool is activated.
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

By default, the statusbar will display the tooltip of the tool in the status text panel. This property can be used to specify the string that will be displayed in the status panel when the tool is activated.

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