ToolboxItemCreator Class

Definition

Encapsulates a ToolboxItemCreatorCallback. This class cannot be inherited.

public ref class ToolboxItemCreator sealed
public sealed class ToolboxItemCreator
type ToolboxItemCreator = class
Public NotInheritable Class ToolboxItemCreator
Inheritance
ToolboxItemCreator

Remarks

The ToolboxItemCreator class encapsulates toolbox item creator callback functions. These callback functions are used by designers to provide ways to create toolbox items for custom data objects.

Properties

Format

Gets the Clipboard format that represents the data needed to deserialize a ToolboxItem.

Methods

Create(IDataObject)

Creates a new ToolboxItem from a IDataObject.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also