CommonMessagePump::WaitTitle Property

 

Gets or sets the title of the wait dialog.

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

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

Property Value

Type: System::String^

The title of the wait dialog.

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

Return to top
Show: