Share via


ExpressionEditor Class

This class supports block-specific configuration design-time and is not intended to be used directly from your code.

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

Syntax

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

Inheritance Hierarchy

System.Object
  System.Drawing.Design.UITypeEditor
    Microsoft.Practices.EnterpriseLibrary.Security.Configuration.Design.ExpressionEditor

See Also

ExpressionEditor Members

Microsoft.Practices.EnterpriseLibrary.Security.Configuration.Design Namespace