Class
PasswordBoxAssistant

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public static class PasswordBoxAssistant

Inheritance: objectPasswordBoxAssistant

Fields

BindPassword

Declaration

cs-api-definition
public static readonly DependencyProperty BindPassword

Field Value

DependencyProperty

BoundPassword

Declaration

cs-api-definition
public static readonly DependencyProperty BoundPassword

Field Value

DependencyProperty

Methods

GetBindPassword(DependencyObject)

Declaration

cs-api-definition
public static bool GetBindPassword(DependencyObject dp)

Parameters

dp

DependencyObject

Returns

bool

GetBoundPassword(DependencyObject)

Declaration

cs-api-definition
public static string GetBoundPassword(DependencyObject dp)

Parameters

dp

DependencyObject

Returns

string

SetBindPassword(DependencyObject, bool)

Declaration

cs-api-definition
public static void SetBindPassword(DependencyObject dp, bool value)

Parameters

dp

DependencyObject

value

bool

SetBoundPassword(DependencyObject, string)

Declaration

cs-api-definition
public static void SetBoundPassword(DependencyObject dp, string value)

Parameters

dp

DependencyObject

value

string