FormComboBoxControl.backgroundColor Method [AX 2012]
Gets or sets the background color of the control.
public int backgroundColor([int value])
Run On
ClientParameters
- value
- Type: int
The value to assign as the background color of the control; optional. This can be one of the values from the control’s color scheme or a Winapi::RGB2int value.
The integer that is returned contains the RGB color as follows:
-
The low-order byte contains a value for the relative intensity of red.
-
The second byte contains a value for green.
-
The third byte contains a value for blue.
-
The high-order byte must be 0 (zero).
-
The maximum value for a single byte is 255.
Community Additions
ADD
Show: