ValidationHelper.

SetCloseOnMouseLeftButtonDown(UIElement, bool) Method

Summary

Sets whether if the popup can be closed by left mouse button down.
Namespace
MahApps.Metro.Controls
Containing Type
ValidationHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(UIElement))]
public static void SetCloseOnMouseLeftButtonDown(UIElement element, bool value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement
value bool

Return Value

Type Description
void