ThemedDialogStyleLoader::SetUseDefaultThemedDialogStyles Method (FrameworkElement^, Boolean)

Visual Studio 2015
 

Determines whether to merge a resource dictionary containing default (keyless) styles for themed dialogs.

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

public:
static void SetUseDefaultThemedDialogStyles(
	FrameworkElement^ element,
	bool value
)

Parameters

element
Type: System.Windows::FrameworkElement^

The element.

Value

The value.

Return to top
Show: