ModelingToolboxItem Members
Include Protected Members
Include Inherited Members
Represents a toolbox item generated in the Domain-Specific Language Tools (DSL Tools).
The ModelingToolboxItem type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of the ModelingToolboxItem class.
Top
Methods
Name
Description
Throws an exception if the toolbox item is currently locked. (Inherited from ToolboxItem.)
Overloaded. Creates the components that the toolbox item is configured to create.
Overloaded. Creates a component or an array of components when the toolbox item is invoked.
Loads the state of the toolbox item from the specified serialization information object. (Overrides ToolboxItem.Deserialize(SerializationInfo, StreamingContext).)
Determines whether two instances of this class are equal. (Overrides ToolboxItem.Equals(Object).)
Filters a property value before returning it. (Inherited from ToolboxItem.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns the hash code for this instance. (Overrides ToolboxItem.GetHashCode().)
Overloaded. Creates an instance of the specified type.
Initializes the current toolbox item with the specified type to create. (Inherited from ToolboxItem.)
Locks the toolbox item and prevents changes to its properties. (Inherited from ToolboxItem.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Raises the ComponentsCreated event. (Inherited from ToolboxItem.)
Raises the ComponentsCreating event. (Inherited from ToolboxItem.)
Saves the state of the toolbox item to the specified serialization information object. (Overrides ToolboxItem.Serialize(SerializationInfo, StreamingContext).)
Returns a String that represents the current ToolboxItem. (Inherited from ToolboxItem.)
Validates that an object is of a given type. (Inherited from ToolboxItem.)
Validates a property before it is assigned to the property dictionary. (Inherited from ToolboxItem.)
Top
Fields
Name
Description
Specifies the key that indicates that a copy operation originated in the Toolbox. This field is constant.
Top
Properties
Name
Description
Gets or sets the name of the assembly that contains the type or types that the toolbox item creates. (Inherited from ToolboxItem.)
Gets or sets a bitmap to represent the toolbox item in the toolbox. (Inherited from ToolboxItem.)
Gets or sets the company name for this ToolboxItem. (Inherited from ToolboxItem.)
Always returns the empty string (""). (Overrides ToolboxItem.ComponentType.)
Gets the F1 keyword for the Help topic associated with this toolbox item.
Gets or sets the AssemblyName for the toolbox item. (Inherited from ToolboxItem.)
Gets or sets the description for this ToolboxItem. (Inherited from ToolboxItem.)
Gets or sets the display name for the toolbox item. (Inherited from ToolboxItem.)
Gets or sets the filter that determines whether the toolbox item can be used on a destination component. (Inherited from ToolboxItem.)
Gets the identifier for this toolbox item.
Gets a value indicating whether the toolbox item is transient. (Inherited from ToolboxItem.)
Gets a value indicating whether the ToolboxItem is currently locked. (Inherited from ToolboxItem.)
Gets the zero-based index of this toolbox item on the DSL tab in the generated designer.
Gets a dictionary of properties. (Inherited from ToolboxItem.)
Gets or sets the information required to create an ElementGroup for this toolbox item.
Gets the localized name of the Toolbox tab with which this toolbox item is associated.
Gets the identifier for the Toolbox tab with which this toolbox item is associated.
Gets or sets the fully qualified name of the type of IComponent that the toolbox item creates when invoked. (Inherited from ToolboxItem.)
Gets the version for this ToolboxItem. (Inherited from ToolboxItem.)
Top
Events
Name
Description
Occurs immediately after components are created. (Inherited from ToolboxItem.)
Occurs when components are about to be created. (Inherited from ToolboxItem.)
Top
Explicit Interface Implementations
Name
Description
For a description of this member, see the GetObjectData method. (Inherited from ToolboxItem.)
Top