StatusBar.Clear Method

Clears all text from the StatusBar.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Sub Clear
void Clear()
void Clear()
abstract Clear : unit -> unit
function Clear()

Remarks

Clear clears the text from the StatusBar.

.NET Framework Security

See Also

Reference

StatusBar Interface

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples