Share via


ToolboxTabNameAttribute Constructor

Initializes a new instance of the ToolboxTabNameAttribute class.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Sub New ( _
    tabName As String _
)
public ToolboxTabNameAttribute(
    string tabName
)
public:
ToolboxTabNameAttribute(
    String^ tabName
)
new : 
        tabName:string -> ToolboxTabNameAttribute
public function ToolboxTabNameAttribute(
    tabName : String
)

Parameters

  • tabName
    Type: System.String
    The name of the Visual Studio toolbox tab. 

.NET Framework Security

See Also

Reference

ToolboxTabNameAttribute Class

Microsoft.Windows.Design Namespace

Other Resources

Understanding WPF Designer Extensibility