Class ButtonConfig
Holds the configuration of a particular kind of button. Namely, the color, the visibility and whether it is enabled.
Inheritance
System.Object
ButtonConfig
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public class ButtonConfig : object
Constructors
| Name | Description |
|---|---|
| ButtonConfig(String, String, ButtonKind) |
Properties
| Name | Description |
|---|---|
| A | Alpha |
| B | Blue |
| Enabled | Buttons can be disabled. |
| G | Green |
| Kind | The kind of the button. |
| R | Red |
| Visible | Buttons can be hidden. |
Methods
| Name | Description |
|---|---|
| FromArgb(Byte, Byte, Byte, Byte) | Sets the colour, that is, the ARGB values of this button. |