Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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