UIContext::IsActive Property

 

Gets the current state of the UI context, whether it is active or not.

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

public:
property bool IsActive {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean
Return to top
Show: