ExtenderControlToolboxItem Methods

 

Namespace:   System.Web.UI.Design
Assembly:  System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)

NameDescription
System_CAPS_protmethodCheckUnlocked()

Throws an exception if the toolbox item is currently locked.(Inherited from ToolboxItem.)

System_CAPS_pubmethodCreateComponents()

Creates the components that the toolbox item is configured to create.(Inherited from ToolboxItem.)

System_CAPS_pubmethodCreateComponents(IDesignerHost^)

Creates the components that the toolbox item is configured to create, using the specified designer host.(Inherited from ToolboxItem.)

System_CAPS_pubmethodCreateComponents(IDesignerHost^, IDictionary^)

Creates the components that the toolbox item is configured to create, using the specified designer host and default values.(Inherited from ToolboxItem.)

System_CAPS_protmethodCreateComponentsCore(IDesignerHost^)

Creates objects from each type contained in this ToolboxItem, and adds them to the specified designer.(Inherited from WebControlToolboxItem.)

System_CAPS_protmethodCreateComponentsCore(IDesignerHost^, IDictionary^)

Creates an array of components when the toolbox item is invoked.(Inherited from ToolboxItem.)

System_CAPS_protmethodDeserialize(SerializationInfo^, StreamingContext)

This API supports the product infrastructure and is not intended to be used directly from your code. Loads the state of the toolbox item from the specified serialization information object.(Inherited from WebControlToolboxItem.)

System_CAPS_pubmethodEquals(Object^)

Determines whether two ToolboxItem instances are equal.(Inherited from ToolboxItem.)

System_CAPS_protmethodFilterPropertyValue(String^, Object^)

Filters a property value before returning it.(Inherited from ToolboxItem.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Inherited from ToolboxItem.)

System_CAPS_pubmethodGetTargetControlTypes(IDesignerHost^)

Returns the collection of target types.

System_CAPS_pubmethodGetToolAttributeValue(IDesignerHost^, Type^)

Gets the value of the specified type of attribute of the toolbox item.(Inherited from WebControlToolboxItem.)

System_CAPS_pubmethodGetToolHtml(IDesignerHost^)

Gets the HTML for the Web control that the tool creates.(Inherited from WebControlToolboxItem.)

System_CAPS_pubmethodGetToolType(IDesignerHost^)

Gets the type of this toolbox item.(Inherited from WebControlToolboxItem.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodGetType(IDesignerHost^)

Enables access to the type associated with the toolbox item.(Inherited from ToolboxItem.)

System_CAPS_protmethodGetType(IDesignerHost^, AssemblyName^, String^, Boolean)

Creates an instance of the specified type, optionally using a specified designer host and assembly name.(Inherited from ToolboxItem.)

System_CAPS_pubmethodInitialize(Type^)

Pre-fills the target-type cache entry with the specified type.(Overrides WebControlToolboxItem::Initialize(Type^).)

System_CAPS_pubmethodLock()

Locks the toolbox item and prevents changes to its properties.(Inherited from ToolboxItem.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodOnComponentsCreated(ToolboxComponentsCreatedEventArgs^)

Raises the ComponentsCreated event.(Inherited from ToolboxItem.)

System_CAPS_protmethodOnComponentsCreating(ToolboxComponentsCreatingEventArgs^)

Raises the ComponentsCreating event.(Inherited from ToolboxItem.)

System_CAPS_protmethodSerialize(SerializationInfo^, StreamingContext)

This API supports the product infrastructure and is not intended to be used directly from your code. Saves the state of the toolbox item to the specified serialization information object.(Inherited from WebControlToolboxItem.)

System_CAPS_pubmethodToString()

Returns a String that represents the current ToolboxItem.(Inherited from ToolboxItem.)

System_CAPS_protmethodValidatePropertyType(String^, Object^, Type^, Boolean)

Validates that an object is of a given type.(Inherited from ToolboxItem.)

System_CAPS_protmethodValidatePropertyValue(String^, Object^)

Validates a property before it is assigned to the property dictionary.(Inherited from ToolboxItem.)

Return to top
Show: