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
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public class ButtonConfig
  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.  |