Garry's Mod Wiki

Garry's Mod Wiki

  DCheckBoxLabel:SetTextColor( table color )

Description

Sets the text color for the DCheckBoxLabel.

Arguments

1 table color
The text color. Uses the Color.

Example

Creates a DCheckBoxLabel and changes the text color to red.

local LabelBox = vgui.Create( "DCheckBoxLabel" ) LabelBox:SetTextColor( Color(255,0,0) )

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated twice a day. Edits and history are not available.

Last Parsed: Loading...