This documentation is archived and is not being maintained.
WebControlToolboxItem Methods
Visual Studio 2010
The WebControlToolboxItem type exposes the following members.
| Name | Description | |
|---|---|---|
|
CheckUnlocked | Throws an exception if the toolbox item is currently locked. (Inherited from ToolboxItem.) |
|
CreateComponents() | Creates the components that the toolbox item is configured to create. (Inherited from ToolboxItem.) |
|
CreateComponents(IDesignerHost) | Creates the components that the toolbox item is configured to create, using the specified designer host. (Inherited from ToolboxItem.) |
|
CreateComponents(IDesignerHost, IDictionary) | Creates the components that the toolbox item is configured to create, using the specified designer host and default values. (Inherited from ToolboxItem.) |
|
CreateComponentsCore(IDesignerHost) | Creates objects from each type contained in this ToolboxItem, and adds them to the specified designer. (Overrides ToolboxItem::CreateComponentsCore(IDesignerHost).) |
|
CreateComponentsCore(IDesignerHost, IDictionary) | Creates an array of components when the toolbox item is invoked. (Inherited from ToolboxItem.) |
|
Deserialize | Infrastructure. Loads the state of the toolbox item from the specified serialization information object. (Overrides ToolboxItem::Deserialize(SerializationInfo, StreamingContext).) |
|
Equals | Determines whether two ToolboxItem instances are equal. (Inherited from ToolboxItem.) |
|
FilterPropertyValue | Filters a property value before returning it. (Inherited from ToolboxItem.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Returns the hash code for this instance. (Inherited from ToolboxItem.) |
|
GetToolAttributeValue | Gets the value of the specified type of attribute of the toolbox item. |
|
GetToolHtml | Gets the HTML for the Web control that the tool creates. |
|
GetToolType | Gets the type of this toolbox item. |
|
GetType() | Gets the Type of the current instance. (Inherited from Object.) |
|
GetType(IDesignerHost) | Enables access to the type associated with the toolbox item. (Inherited from ToolboxItem.) |
|
GetType(IDesignerHost, AssemblyName, String, Boolean) | Creates an instance of the specified type, optionally using a specified designer host and assembly name. (Inherited from ToolboxItem.) |
|
Initialize | Initializes this toolbox item. (Overrides ToolboxItem::Initialize(Type).) |
|
Lock | Locks the toolbox item and prevents changes to its properties. (Inherited from ToolboxItem.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnComponentsCreated | Raises the ComponentsCreated event. (Inherited from ToolboxItem.) |
|
OnComponentsCreating | Raises the ComponentsCreating event. (Inherited from ToolboxItem.) |
|
Serialize | Infrastructure. Saves the state of the toolbox item to the specified serialization information object. (Overrides ToolboxItem::Serialize(SerializationInfo, StreamingContext).) |
|
ToString | Returns a String that represents the current ToolboxItem. (Inherited from ToolboxItem.) |
|
ValidatePropertyType | Validates that an object is of a given type. (Inherited from ToolboxItem.) |
|
ValidatePropertyValue | Validates a property before it is assigned to the property dictionary. (Inherited from ToolboxItem.) |
| Name | Description | |
|---|---|---|
|
ISerializable::GetObjectData | For a description of this member, see the GetObjectData method. (Inherited from ToolboxItem.) |
Show: