ToolboxBitmapAttribute
Namespace: System.Drawing
Assembly: System.Drawing.Managed (4.0.0.0)
Allows you to specify an icon to represent a control in a container, such as the Microsoft Visual Studio Form Designer.
- C#
- VB.NET
public class ToolboxBitmapAttribute : ToolboxBitmapAttribute
Public Class ToolboxBitmapAttribute
Inherits ToolboxBitmapAttribute
Constructors
ToolboxBitmapAttribute(imageFile)
Initializes a new instance of ToolboxBitmapAttribute.
| Name | Type | Description |
|---|---|---|
| imageFile | String |
ToolboxBitmapAttribute(t)
Initializes a new instance of ToolboxBitmapAttribute.
| Name | Type | Description |
|---|---|---|
| t | Type |
ToolboxBitmapAttribute(t, name)
Initializes a new instance of ToolboxBitmapAttribute.
| Name | Type | Description |
|---|---|---|
| t | Type | |
| name | String |