System.Design
1.0.5000.0
2.0.0.0
System.Drawing.Design.UITypeEditor
To be added.
This date time editor is a suitable for visually editing objects.
Constructor
To be added.
Initializes a new instance of the class.
1.0.5000.0
2.0.0.0
Method
System.Object
To be added.
Edits the specified object value using the editor style provided by GetEditorStyle. A service provider is provided so that any required editing services can be obtained.
The new value of the object. If the value of the object hasn't changed, this should return the same object it was passed.
A type descriptor context that can be used to provide additional context information.
A service provider object through which editing services may be obtained.
An instance of the value being edited.
1.0.5000.0
2.0.0.0
Method
System.Drawing.Design.UITypeEditorEditStyle
To be added.
Retrieves the editing style of the method. If the method is not supported, this will return None.
An enum value indicating the provided editing style.
A type descriptor context that can be used to provide additional context information.
1.0.5000.0
2.0.0.0