FrameworkEditorBindableProperty.CreateEditorInstance Method
Creates a new editor instance for the underlying Property.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overridable Function CreateEditorInstance As FrameworkElement
public virtual FrameworkElement CreateEditorInstance()
public:
virtual FrameworkElement^ CreateEditorInstance()
public function CreateEditorInstance() : FrameworkElement
Return Value
a new editor instance for the underlying Property.
See Also
FrameworkEditorBindableProperty Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace