PasswordBoxHelper Class
Namespace
MahApps.Metro.Controls
Base Types
  • object
graph BT Type-->Base0["object"] Type["PasswordBoxHelper"] class Type type-node

Syntax

public class PasswordBoxHelper

Fields

Name Field Type Constant Value Summary
CapsLockIconProperty DependencyProperty
static
CapsLockWarningToolTipProperty DependencyProperty
static
RevealButtonContentProperty DependencyProperty
static
RevealButtonContentTemplateProperty DependencyProperty
static

Methods

Name Return Value Summary
GetCapsLockIcon(PasswordBox) object
static
GetCapsLockWarningToolTip(PasswordBox) object
static
GetRevealButtonContent(DependencyObject) object
Gets the content of the RevealButton.
static
GetRevealButtonContentTemplate(DependencyObject) DataTemplate
Gets the data template used to display the content of the RevealButton.
static
SetCapsLockIcon(PasswordBox, object) void
static
SetCapsLockWarningToolTip(PasswordBox, object) void
static
SetRevealButtonContent(DependencyObject, object) void
Sets the content of the RevealButton.
static
SetRevealButtonContentTemplate(DependencyObject, DataTemplate) void
Sets the data template used to display the content of the RevealButton.
static