ToolboxItemWrapper Constructor (String, String, String, String)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the ToolboxItemWrapper class.

Namespace:  System.Activities.Design
Assembly:  System.Activities.Design (in System.Activities.Design.dll)

Syntax

'Declaration
Public Sub New ( _
    toolName As String, _
    assemblyName As String, _
    bitmapName As String, _
    displayName As String _
)
'Usage
Dim toolName As String
Dim assemblyName As String
Dim bitmapName As String
Dim displayName As String

Dim instance As New ToolboxItemWrapper(toolName, _
    assemblyName, bitmapName, displayName)
public ToolboxItemWrapper(
    string toolName,
    string assemblyName,
    string bitmapName,
    string displayName
)
public:
ToolboxItemWrapper(
    String^ toolName, 
    String^ assemblyName, 
    String^ bitmapName, 
    String^ displayName
)
public function ToolboxItemWrapper(
    toolName : String, 
    assemblyName : String, 
    bitmapName : String, 
    displayName : String
)
new : 
        toolName:string * 
        assemblyName:string * 
        bitmapName:string * 
        displayName:string -> ToolboxItemWrapper

Parameters

  • toolName
    Type: System.String
    A string that contains the name of the tool.
  • assemblyName
    Type: System.String
    A string that contains the name of the assembly.
  • bitmapName
    Type: System.String
    A string that contains the name of the bitmap.
  • displayName
    Type: System.String
    A string that contains the name of the display.

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

ToolboxItemWrapper Class

ToolboxItemWrapper Members

ToolboxItemWrapper Overload

System.Activities.Design Namespace