CommonMessagePump::StatusBarText Property

 

Gets or sets the text of the status bar during the wait.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ StatusBarText {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The text of the status bar during the wait.

This may be set before calling ModalWaitForHandles or during one of the callbacks in ModalWaitForHandlesWithClient.

Return to top
Show: