[]
Initializes a new instance of a C1TaskbarButton component.
public C1TaskbarButton()
Public Sub New()
Initializes a new instance of a C1TaskbarButton component.
public C1TaskbarButton(IContainer container)
Public Sub New(container As IContainer)
| Type | Name | Description |
|---|---|---|
| IContainer | container |
Initializes a new instance of a C1TaskbarButton component.
public C1TaskbarButton(Form ownerForm)
Public Sub New(ownerForm As Form)
| Type | Name | Description |
|---|---|---|
| Form | ownerForm | The owner form whose button appears on the taskbar. |