WebControlToolboxItem Members
.NET Framework 2.0
Provides a base class for a Web server control ToolboxItem.
The following tables list the members exposed by the WebControlToolboxItem type.
(see also
Protected Constructors
)
Top
| Name | Description | |
|---|---|---|
| WebControlToolboxItem | Overloaded. Initializes a new instance of the WebControlToolboxItem class. |
| Name | Description | |
|---|---|---|
| WebControlToolboxItem | Overloaded. Initializes a new instance of the WebControlToolboxItem class. |
| Name | Description | |
|---|---|---|
| AssemblyName | Gets or sets the name of the assembly that contains the type or types that the toolbox item creates.(Inherited from ToolboxItem.) |
| Bitmap | Gets or sets a bitmap to represent the toolbox item in the toolbox.(Inherited from ToolboxItem.) |
| Company | Gets or sets the company name for this ToolboxItem.(Inherited from ToolboxItem.) |
| ComponentType | Gets the component type for this ToolboxItem.(Inherited from ToolboxItem.) |
| DependentAssemblies | Gets or sets the AssemblyName for the toolbox item.(Inherited from ToolboxItem.) |
| Description | Gets or sets the description for this ToolboxItem.(Inherited from ToolboxItem.) |
| DisplayName | Gets or sets the display name for the toolbox item.(Inherited from ToolboxItem.) |
| Filter | Gets or sets the filter that determines whether the toolbox item can be used on a destination component.(Inherited from ToolboxItem.) |
| IsTransient | Gets a value indicating whether the toolbox item is transient.(Inherited from ToolboxItem.) |
| Locked | Gets a value indicating whether the ToolboxItem is currently locked.(Inherited from ToolboxItem.) |
| Properties | Gets a dictionary of properties.(Inherited from ToolboxItem.) |
| TypeName | Gets or sets the fully qualified name of the type of IComponent that the toolbox item creates when invoked.(Inherited from ToolboxItem.) |
| Version | Gets the version for this ToolboxItem.(Inherited from ToolboxItem.) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateComponents | Overloaded. Creates the components that the toolbox item is configured to create. (Inherited from ToolboxItem.) |
| Equals | Overloaded. Determines whether two ToolboxItem instances are equal. (Inherited from ToolboxItem.) |
| 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 | Overloaded. Creates an instance of the specified type. (Inherited from ToolboxItem.) |
| Initialize | Overridden. Initializes this toolbox item. |
| Lock | Locks the toolbox item and prevents changes to its properties. (Inherited from ToolboxItem.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current ToolboxItem. (Inherited from ToolboxItem.) |
| Name | Description | |
|---|---|---|
| CheckUnlocked | Throws an exception if the toolbox item is currently locked. (Inherited from ToolboxItem.) |
| CreateComponentsCore | Overloaded. Overridden. Creates a component or an array of components when the toolbox item is invoked. |
| Deserialize | Overridden. Loads the state of the toolbox item from the specified serialization information object. |
| FilterPropertyValue | Filters a property value before returning it. (Inherited from ToolboxItem.) |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| GetType | Overloaded. Creates an instance of the specified type. (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 | Overridden. Saves the state of the toolbox item to the specified serialization information object. |
| 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 | |
|---|---|---|
| ComponentsCreated | Occurs immediately after components are created.(Inherited from ToolboxItem.) |
| ComponentsCreating | Occurs when components are about to be created.(Inherited from ToolboxItem.) |
Reference
WebControlToolboxItem ClassSystem.Web.UI.Design Namespace
Other Resources
Design-Time Support for Web Forms
Show: