This documentation is archived and is not being maintained.

WebControlToolboxItem Methods

The WebControlToolboxItem type exposes the following members.

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

  NameDescription
Explicit interface implemetation Private method ISerializable::GetObjectData For a description of this member, see the GetObjectData method. (Inherited from ToolboxItem.)
Top
Show: