Delen via


ToolboxTabNameAttribute.TabName Property

Gets the Visual Studio toolbox tab that is used when this item is installed.

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

Syntax

'Declaration
Public Property TabName As String
    Get
    Private Set
public string TabName { get; private set; }
public:
property String^ TabName {
    String^ get ();
    private: void set (String^ value);
}
member TabName : string with get, private set
function get TabName () : String
private function set TabName (value : String)

Property Value

Type: System.String
The name of the toolbox tab.

.NET Framework Security

See Also

Reference

ToolboxTabNameAttribute Class

Microsoft.Windows.Design Namespace

Other Resources

Understanding WPF Designer Extensibility