PopupTextEditor Class
The PopupTextEditor provides a text value to edit in a modal window.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class PopupTextEditor _
Inherits UITypeEditor
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class PopupTextEditor : UITypeEditor
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class PopupTextEditor : public UITypeEditor
public class PopupTextEditor extends UITypeEditor
Remarks
This editor can be applied to a ConfigurationElement property with the EditorAttribute using the PopupTextEditor for the EditorTypeName.
Inheritance Hierarchy
System.Object
System.Drawing.Design.UITypeEditor
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.PopupTextEditor
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors.TextEditDialog