System.Windows.Forms.Design.DockEditor: Method Members

The methods of System.Windows.Forms.Design.DockEditor are listed below. For a list of all members, see the DockEditor Members list.

See Also: Inherited members from System.Drawing.Design.UITypeEditor

Public Methods

override
EditValue(System.ComponentModel.ITypeDescriptorContext, IServiceProvider, object) : object

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.

override
GetEditStyle(System.ComponentModel.ITypeDescriptorContext) : System.Drawing.Design.UITypeEditorEditStyle

Retrieves the editing style of the EditValue method. If the method is not supported, this will return None.