DialogWindowBase::IsCloseButtonEnabled Property

Visual Studio 2015
 

Determines whether the close title bar button should be enabled.

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

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

Property Value

Type: System::Boolean

True of the close title bar button should be enabled, otherwise false.

Return to top
Show: