ProductName Property (BaseToolbox)
In This Topic
Gets the product name of the assembly containing the control.
Syntax
'Declaration
Public ReadOnly Property ProductName As String
public string ProductName {get;}
Property Value
The product name of the assembly containing the control.
See Also