NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UITypeEditorEditStyle Enumeration

Defines the range of styles a UITypeEditor provides when editing an object.

[Visual Basic]
Public Enum UITypeEditorEditStyle
[C#]
public enum UITypeEditorEditStyle
[C++]
public enum UITypeEditorEditStyle

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
DropDown [To be supplied.]
Modal [To be supplied.]
None [To be supplied.]

Requirements

Namespace: System.Drawing.Design

Assembly: System.Drawing.dll

See Also

System.Drawing.Design Namespace