SetRebarStyle |
www.progui.co.uk Top Previous Next |
SetRebarStyle() Syntax Success = SetRebarStyle(Rebar.i, Style.l) Description
Used to change a previously created Rebar's graphical style.
Rebar.i is the ID or Handle of the rebar. Style.l specifies a User Interface graphical style constant, see CreateRebar for details.
Returns true for success or false for failure.
|