ToolboxItemWizard Class Members
See Also  Properties Methods Events
SourceCode.Framework.Design Namespace : ToolboxItemWizard Class


Glossary Item Box

The following tables list the members exposed by ToolboxItemWizard.

Public Constructors

  Name Description
Public Constructor ToolboxItemWizard Constructor Overloaded.   
Top

Public Properties

  Name Description
Public Property AssemblyName (Inherited from System.Drawing.Design.ToolboxItem)
Public Property Bitmap (Inherited from System.Drawing.Design.ToolboxItem)
Public Property Category Gets or sets the category.  
Public Property Category2  
Public Property Company (Inherited from System.Drawing.Design.ToolboxItem)
Public Property ComponentType Overridden. Gets the component type for this System.Drawing.Design.ToolboxItem.  
Public Property DependentAssemblies (Inherited from System.Drawing.Design.ToolboxItem)
Public Property Description (Inherited from System.Drawing.Design.ToolboxItem)
Public Property DisplayName (Inherited from System.Drawing.Design.ToolboxItem)
Public Property Filter (Inherited from System.Drawing.Design.ToolboxItem)
Public Property IsTransient (Inherited from System.Drawing.Design.ToolboxItem)
Public Property Licensed Gets a value indicating whether this ToolboxItemWizard is licensed.  
Public Property Locked (Inherited from System.Drawing.Design.ToolboxItem)
Public Property Name Gets or sets the name.  
Public Property Properties (Inherited from System.Drawing.Design.ToolboxItem)
Public Property Settings Gets or sets the settings.  
Public Property TargetDesigner Gets or sets the target designer.  
Public Property TypeName (Inherited from System.Drawing.Design.ToolboxItem)
Public Property Version (Inherited from System.Drawing.Design.ToolboxItem)
Top

Public Methods

  Name Description
Public Method CreateComponents Overloaded.  (Inherited from System.Drawing.Design.ToolboxItem)
Public Method CreateWizardInstance Creates the wizard instance.  
Public Method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public Method Equals (Inherited from System.Drawing.Design.ToolboxItem)
Public Method GetHashCode (Inherited from System.Drawing.Design.ToolboxItem)
Public Method GetType Overloaded.  (Inherited from System.Drawing.Design.ToolboxItem)
Public Method Initialize Overridden. Initializes the current toolbox item with the specified type to create.  
Public Method Lock (Inherited from System.Drawing.Design.ToolboxItem)
Public Method ToString (Inherited from System.Drawing.Design.ToolboxItem)
Top

Protected Methods

  Name Description
Protected Method CheckUnlocked (Inherited from System.Drawing.Design.ToolboxItem)
Protected Method CreateComponentsCore Overloaded. Overridden. Creates a component or an array of components when the toolbox item is invoked.  
Protected Method Deserialize (Inherited from System.Drawing.Design.ToolboxItem)
Protected Method FilterPropertyValue (Inherited from System.Drawing.Design.ToolboxItem)
Protected Method OnComponentsCreated (Inherited from System.Drawing.Design.ToolboxItem)
Protected Method OnComponentsCreating (Inherited from System.Drawing.Design.ToolboxItem)
Protected Method Serialize Overridden. Saves the state of the toolbox item to the specified serialization information object.  
Protected Method ValidatePropertyType (Inherited from System.Drawing.Design.ToolboxItem)
Protected Method ValidatePropertyValue (Inherited from System.Drawing.Design.ToolboxItem)
Top

Public Events

See Also