MaskedPasswordBindable Members
Include Protected Members
Include Inherited Members
The MaskedPasswordBindable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MaskedPasswordBindable |
Methods
Name | Description | |
---|---|---|
AddValueChanged |
Enables other objects to be notified when this property changes.
(Inherited from BindableProperty.) |
|
CanResetValue |
Returns whether resetting an object changes its value.
(Inherited from BindableProperty.) |
|
CreateAttributeCollection | (Inherited from MemberDescriptor.) | |
CreateInstance | (Inherited from PropertyDescriptor.) | |
Dispose | Overloaded. | |
Equals | (Inherited from PropertyDescriptor.) | |
FillAttributes | (Inherited from PropertyDescriptor.) | |
Finalize | (Inherited from Object.) | |
GetChildProperties | Overloaded. | |
GetEditor | (Inherited from PropertyDescriptor.) | |
GetHashCode | (Inherited from PropertyDescriptor.) | |
GetInvocationTarget | (Inherited from PropertyDescriptor.) | |
GetType | (Inherited from Object.) | |
GetTypeFromName | (Inherited from PropertyDescriptor.) | |
GetValue |
Gets the current value of the property on a component.
(Inherited from BindableProperty.) |
|
GetValueChangedHandler | (Inherited from PropertyDescriptor.) | |
MemberwiseClone | (Inherited from Object.) | |
OnPropertyChanged |
Raises the propertyChanged() event.
(Inherited from BindableProperty.) |
|
OnValueChanged | (Inherited from PropertyDescriptor.) | |
RemoveValueChanged |
Enables other objects to be notified when this property changes.
(Inherited from BindableProperty.) |
|
ResetValue |
Does nothing.
(Inherited from BindableProperty.) |
|
SetValue |
When overridden in a derived class, sets the value of the component to a different value.
(Inherited from BindableProperty.) |
|
ShouldSerializeValue |
When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
(Inherited from BindableProperty.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AttributeArray | (Inherited from MemberDescriptor.) | |
Attributes | (Inherited from MemberDescriptor.) | |
BindableValue |
Gets or sets a textual representing the underlying Property's value.
(Inherited from BindableProperty.) |
|
Category |
Gets the name of the category to which the member belongs.
(Inherited from BindableProperty.) |
|
ComponentType |
Gets the type of the component this property is bound to.
(Inherited from BindableProperty.) |
|
Converter |
Gets a TypeConverter implementation that can be used to interact with the underlying Property.
(Inherited from BindableProperty.) |
|
Description |
Gets the description of the property.
(Inherited from BindableProperty.) |
|
DesignTimeOnly | (Inherited from MemberDescriptor.) | |
DisplayName |
Gets the name that can be displayed in a window, such as a Properties window.
(Inherited from BindableProperty.) |
|
IsBindableValueCommitted |
Gets whether the BindableValue was comitted to the underlying Property.
(Inherited from BindableProperty.) |
|
IsBrowsable | (Inherited from MemberDescriptor.) | |
IsLocalizable | (Inherited from PropertyDescriptor.) | |
IsReadOnly |
Gets whether this property is read-only.
(Inherited from BindableProperty.) |
|
Name | (Inherited from MemberDescriptor.) | |
NameHashCode | (Inherited from MemberDescriptor.) | |
Property |
Gets the underlying Property.
(Inherited from BindableProperty.) |
|
PropertyType |
Gets the type of the property.
(Inherited from BindableProperty.) |
|
ReadOnly |
Gets whether the underlying Property is read-only.
(Inherited from BindableProperty.) |
|
SerializationVisibility | (Inherited from PropertyDescriptor.) | |
SupportsChangeEvents |
Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor.
(Inherited from BindableProperty.) |
|
Value |
Gets the underlying Property's value.
(Inherited from BindableProperty.) |
Events
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when a property value changes.
(Inherited from BindableProperty.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDataErrorInfo.Error | (Inherited from BindableProperty.) | |
IDataErrorInfo.Item | (Inherited from BindableProperty.) |