PropertyContainer.DefaultStandardValuesPropertyValueEditor Property
Gets or sets the default standard values editor.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property DefaultStandardValuesPropertyValueEditor As PropertyValueEditor
Get
Set
public PropertyValueEditor DefaultStandardValuesPropertyValueEditor { get; set; }
public:
property PropertyValueEditor^ DefaultStandardValuesPropertyValueEditor {
PropertyValueEditor^ get ();
void set (PropertyValueEditor^ value);
}
member DefaultStandardValuesPropertyValueEditor : PropertyValueEditor with get, set
function get DefaultStandardValuesPropertyValueEditor () : PropertyValueEditor
function set DefaultStandardValuesPropertyValueEditor (value : PropertyValueEditor)
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
A PropertyValueEditor that represents the default standard values editor.
Dependency Property Information
Identifier field |
|
Metadata properties set to true |
None |
Remarks
This editor is used when a PropertyEntry supports StandardValues (enumeration or through a TypeConverter) and there is no PropertyValueEditor defined for the PropertyEntry or Type explicitly.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace