ToolboxItemWizard Class
Members See Also 
SourceCode.Framework.Design Namespace : ToolboxItemWizard Class



Glossary Item Box

ToolboxItemWizard

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public NotInheritable Class ToolboxItemWizard 
   Inherits System.Drawing.Design.ToolboxItem
Visual Basic (Usage)Copy Code
Dim instance As ToolboxItemWizard
C# 
[Serializable()]
public sealed class ToolboxItemWizard : System.Drawing.Design.ToolboxItem 
C++/CLI 
[Serializable()]
public ref class ToolboxItemWizard sealed : public System.Drawing.Design.ToolboxItem 

Inheritance Hierarchy

System.Object
   System.Drawing.Design.ToolboxItem
      SourceCode.Framework.Design.ToolboxItemWizard

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also