FrameworkElementUITypeEditor Class

UITypeEditor implementation that allows to edit an component's value using a FrameworkElement.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class FrameworkElementUITypeEditor _
    Inherits UITypeEditor _
    Implements IDisposable
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class FrameworkElementUITypeEditor : UITypeEditor, 
    IDisposable
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class FrameworkElementUITypeEditor : public UITypeEditor, 
    IDisposable
public class FrameworkElementUITypeEditor extends UITypeEditor implements IDisposable

Inheritance Hierarchy

System.Object
  System.Drawing.Design.UITypeEditor
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting.FrameworkElementUITypeEditor

See Also

FrameworkElementUITypeEditor Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting Namespace

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Property

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BindableProperty