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



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=False, 
   Inherited=False)>
Public Class WizardToolboxItemAttribute 
   Inherits System.ComponentModel.ToolboxItemAttribute
Visual Basic (Usage) Copy Code
Dim instance As WizardToolboxItemAttribute
C#  
[AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=false)]
public class WizardToolboxItemAttribute : System.ComponentModel.ToolboxItemAttribute 
C++/CLI  
[AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=false)]
public ref class WizardToolboxItemAttribute : public System.ComponentModel.ToolboxItemAttribute 

Inheritance Hierarchy

System.Object
   System.Attribute
      System.ComponentModel.ToolboxItemAttribute
         SourceCode.Framework.Design.WizardToolboxItemAttribute

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