PasswordBoxExtendSetBindPassword Method

Sets the Bind Password property.

Definition

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

Parameters

dp  DependencyObject
Dependency object.
value  Boolean
Value to set.

See Also