StatusBar::Text Property

 

Sets or gets the selected text.

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

property String^ Text {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string representing the selected text.

The Text property is the default property for the StatusBar object.

When the Text property is read, the text in the status bar is returned.

When the Text property is set, the value is displayed in the status bar.

Return to top
Show: