8 [RootDesignerSerializer(
"System.ComponentModel.Design.Serialization.RootCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
"System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
true)]
9 [Designer(
"System.ComponentModel.Design.ComponentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(
IDesigner))]
10 [Designer(
"System.Windows.Forms.Design.ComponentDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(
IRootDesigner))]
11 [TypeConverter(typeof(ComponentConverter))]
Provides support for root-level designer view technologies.
Provides a mechanism for releasing unmanaged resources.To browse the .NET Framework source code for t...
delegate void EventHandler(object sender, EventArgs e)
Represents the method that will handle an event that has no event data.
Provides functionality required by all components.
EventHandler Disposed
Represents the method that handles the E:System.ComponentModel.IComponent.Disposed event of a compone...
Provides functionality required by sites.
ISite Site
Gets or sets the T:System.ComponentModel.ISite associated with the T:System.ComponentModel....
Provides the basic framework for building a custom designer.