PasswordBoxHelper.

SetCapsLockWarningToolTip(PasswordBox, object) Method

Namespace
MahApps.Metro.Controls
Containing Type
PasswordBoxHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(PasswordBox))]
public static void SetCapsLockWarningToolTip(PasswordBox element, object value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element PasswordBox
value object

Return Value

Type Description
void