Click or drag to resize
Sandcastle Help File BuilderStatusBarTextProviderGetStatusBarText Method
This is used to retrieve the status bar text for a component.

Namespace: SandcastleBuilder.Utils.Controls
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string GetStatusBarText(
	Component comp
)

Parameters

comp
Type: System.ComponentModelComponent
The component for which to get the status bar text

Return Value

Type: String
The message string if found or null if not found
Exceptions
ExceptionCondition
ArgumentExceptionThis is thrown if the component is null or if it is not a menu item, control, or a tool strip item.
See Also