DesignerObject Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an object in a design host such as Visual Studio 2005. This class must be inherited.
public ref class DesignerObject abstract : IServiceProvider
	public abstract class DesignerObject : IServiceProvider
	type DesignerObject = class
    interface IServiceProvider
	Public MustInherit Class DesignerObject
Implements IServiceProvider
		- Inheritance
 - 
				DesignerObject
 
- Derived
 
- Implements
 
Constructors
| DesignerObject(ControlDesigner, String) | 
		 Initializes a new instance of the DesignerObject class.  | 
        	
Properties
| Designer | 
		 Gets the associated designer component.  | 
        	
| Name | 
		 Gets the name of the object.  | 
        	
| Properties | 
		 Gets the object's properties.  | 
        	
Methods
| Equals(Object) | 
		 Determines whether the specified object is equal to the current object. (Inherited from Object) | 
        	
| GetHashCode() | 
		 Serves as the default hash function. (Inherited from Object) | 
        	
| GetService(Type) | 
		 Gets a service from the design host, as identified by the provided type.  | 
        	
| GetType() | 
		 Gets the Type of the current instance. (Inherited from Object) | 
        	
| MemberwiseClone() | 
		 Creates a shallow copy of the current Object. (Inherited from Object) | 
        	
| ToString() | 
		 Returns a string that represents the current object. (Inherited from Object) | 
        	
Explicit Interface Implementations
| IServiceProvider.GetService(Type) | 
		 For a description of this member, see GetService(Type).  |