[This is preliminary documentation and is subject to change.]
Sets the on/off state of the specified macro button lights.
| C# | Visual Basic | Visual C++ |
public GamePanelLCD..::.MacroLightsEnum MacroLights { get; set; }
Public Property MacroLights As GamePanelLCD..::.MacroLightsEnum
public: property GamePanelLCD..::.MacroLightsEnum MacroLights { GamePanelLCD..::.MacroLightsEnum get (); void set (GamePanelLCD..::.MacroLightsEnum value); }
The MacroLightsEnum value uses bit flags, so you can logically combine the lights desired active with the Or operator.
Similarly, when checking the value, use Or instead of Equals to check the bit for the desired light(s).