ThemedDialogStyleLoader::GetUseDefaultThemedDialogStyles Method (FrameworkElement^)

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 bool GetUseDefaultThemedDialogStyles(
	FrameworkElement^ element
)

Parameters

element
Type: System.Windows::FrameworkElement^

The element

Return Value

Type: System::Boolean

If set to true, merges a resource dictionary containing default (keyless) styles for themed dialogs.

Return to top
Show: