ThemedDialogStyleLoader.GetUseDefaultThemedDialogStyles Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether to merge a resource dictionary containing default (keyless) styles for themed dialogs.
public:
static bool GetUseDefaultThemedDialogStyles(System::Windows::FrameworkElement ^ element);
public static bool GetUseDefaultThemedDialogStyles (System.Windows.FrameworkElement element);
static member GetUseDefaultThemedDialogStyles : System.Windows.FrameworkElement -> bool
Public Shared Function GetUseDefaultThemedDialogStyles (element As FrameworkElement) As Boolean
Parameters
- element
- FrameworkElement
The element
Returns
If set to true, merges a resource dictionary containing default (keyless) styles for themed dialogs.