System.Windows.Forms (system.windows.forms.dll) | class |
This class is for internal use only and should not be called from
your own code.
public class AxHost.AxComponentEditor : System.Windows.Forms.Design.WindowsFormsComponentEditor {
// Public Constructors
public AxHost.AxComponentEditor();
// Public Instance Methods
public override bool EditComponent(System.ComponentModel.ITypeDescriptorContext context,
object obj, IWin32Window parent); // overrides System.Windows.Forms.Design.WindowsFormsComponentEditor
}
Hierarchy
System.Object
System.ComponentModel.ComponentEditor
System.Windows.Forms.Design.WindowsFormsComponentEditor
AxComponentEditor
|