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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design Namespace