Click or drag to resize
Sandcastle Help File BuilderStatusBarTextProviderGetShowAsBlank Method
This is used to retrieve the "show as blank" flag for a menu item or control.

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

Parameters

comp
Type: System.ComponentModelComponent
The item for which to get the flag

Return Value

Type: Boolean
True if it will show a blank status bar message or false if not.
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