PasswordBoxExtendSetBoundPassword Method

Sets the Bound Password property.

Definition

Namespace: Common.Wpf.Controls
Assembly: Common.Wpf.Controls (in Common.Wpf.Controls.dll) Version: 2.0.7
C#
public static void SetBoundPassword(
	DependencyObject dp,
	string value
)

Parameters

dp  DependencyObject
Dependency object.
value  String
Value to set.

See Also