This documentation is archived and is not being maintained.
UITypeEditorEditStyle Enumeration
.NET Framework 1.1
Specifies identifiers that indicate the value editing style of a UITypeEditor.
[Visual Basic] <Serializable> Public Enum UITypeEditorEditStyle [C#] [Serializable] public enum UITypeEditorEditStyle [C++] [Serializable] __value public enum UITypeEditorEditStyle [JScript] public Serializable enum UITypeEditorEditStyle
Remarks
These identifiers can indicate the value editing style of a UITypeEditor.
Members
| Member name | Description |
|---|---|
| DropDown | Displays a down arrow button and the user interface will be hosted in a drop-down dialog. |
| Modal | Displays an ellipsis (...) button to start a modal, or windowed, dialog box. |
| None | Provides no interactive user interface (UI) component. |
Requirements
Namespace: System.Drawing.Design
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
Show: