PropertyContainer.DefaultStandardValuesPropertyValueEditor Property
Gets or sets the default standard values editor. This is a dependency property.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public Property DefaultStandardValuesPropertyValueEditor As PropertyValueEditor
'Usage
Dim instance As PropertyContainer
Dim value As PropertyValueEditor
value = instance.DefaultStandardValuesPropertyValueEditor
instance.DefaultStandardValuesPropertyValueEditor = value
public PropertyValueEditor DefaultStandardValuesPropertyValueEditor { get; set; }
public:
property PropertyValueEditor^ DefaultStandardValuesPropertyValueEditor {
PropertyValueEditor^ get ();
void set (PropertyValueEditor^ value);
}
public function get DefaultStandardValuesPropertyValueEditor () : PropertyValueEditor
public 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