Share via


PropertyEntry.HasStandardValues Property

Gets a value that indicates whether this property has any standard values.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property HasStandardValues As Boolean
    Get
protected virtual bool HasStandardValues { get; }
protected:
virtual property bool HasStandardValues {
    bool get ();
}
abstract HasStandardValues : bool
override HasStandardValues : bool
function get HasStandardValues () : boolean

Property Value

Type: System.Boolean
true if this property has any standard values; otherwise, false.

Remarks

The default implementation checks whether the StandardValues property returns a non-nulla null reference (Nothing in Visual Basic) collection with a count greater than 0.

.NET Framework Security

See Also

Reference

PropertyEntry Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture