Description:

Sets the logical widget color association to a specific .Net library color.

Syntax:
public static Void SetWidgetColor(
WidgetColor whichColor,
Color c,
Boolean forceUiUpdate
)
Parameters:
  • whichColor
  • Type: WidgetColor
  • A logical color association.
  • c
  • Type: Color
  • A .Net library color.
  • forceUiUpdate
  • Type: System.Boolean
  • True if the UI should be forced to update.
Returns:
Type: Void
Available since:
6.0

Description:

Sets the logical widget color association to a specific .Net library color, without forced UI update.

Syntax:
public static Void SetWidgetColor(
WidgetColor whichColor,
Color c
)
Parameters:
  • whichColor
  • Type: WidgetColor
  • A logical color association.
  • c
  • Type: Color
  • A .Net library color.
Returns:
Type: Void
Available since:
6.0

Nothing found