GetGadgetItemColor()

Syntax

Color = GetGadgetItemColor(#Gadget, Item, ColorType [, Column])
Description
Returns a color setting from the specified gadget item.

Parameters

#Gadget The gadget to use.
Item The item from which to get the color. The first item in the gadget has index 0.
ColorType The setting to get. This can be one of the following values:
  #PB_Gadget_FrontColor: Item text
  #PB_Gadget_BackColor : Item background
Column (optional) The column from which to get the color for gadgets that support multiple columns. The first column has index 0. The default is column 0.

Return value

Returns the current color setting. This function returns the color that was previously set by SetGadgetItemColor(). If no custom color is set for the #Gadget and ColorType, the function returns #PB_Default.

Remarks

This function is supported by the following gadgets:

- ListIconGadget()
- TreeGadget()

See Also

SetGadgetItemColor(), GetGadgetColor(), SetGadgetColor()

Supported OS

All

<- GetGadgetItemAttribute() - Gadget Index - GetGadgetItemData() ->