[]
Represents a button or a command link that can be hosted in a task dialog.
public class C1CustomButton : ICloneable
| Name | Description |
|---|---|
| C1CustomButton() | Initializes a new instance of a C1CustomButton. |
| Name | Description |
|---|---|
| Enabled | Gets or sets a value that indicates whether the button is enabled. |
| Name | Gets or sets a name associated with the C1CustomButton. |
| Note | Gets or sets the command link's note (explanation). |
| Owner | Gets the owner C1TaskDialog. |
| ShowElevationIcon | Gets or sets a value that controls whether the elevation icon is displayed. |
| Text | Gets or sets the button text or the command link's command text. |