FormRun.setStatusBarBackgroundColor Method [AX 2012]

Sets the background color of the status bar to the specified color.

public void setStatusBarBackgroundColor(
    int a, 
    int r, 
    int g, 
    int b)

Run On

Client

Parameters

a
Type: int
The alpha channel, A, of the color.
r
Type: int
The red channel, R, of the color.
g
Type: int
The green channel, G, of the color.
b
Type: int
The blue channel, B, of the color.

Community Additions

ADD
Show: