WindowsFormsComponentEditor.EditComponent Method (ITypeDescriptorContext, Object, IWin32Window)
.NET Framework (current version)
Creates an editor window that allows the user to edit the specified component.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Public Overridable Function EditComponent ( context As ITypeDescriptorContext, component As Object, owner As IWin32Window ) As Boolean
Parameters
- context
-
Type:
System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext that can be used to gain additional context information.
- component
-
Type:
System.Object
The component to edit.
- owner
-
Type:
System.Windows.Forms.IWin32Window
An IWin32Window that the component belongs to.
Return Value
Type: System.Booleantrue if the component was changed during editing; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: