AppearanceSettingsSetWidgetColor Method (WidgetColor, Color, Boolean) |
Sets the logical widget color association to a spacific .Net library color.
Namespace:
Rhino.ApplicationSettings
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic static void SetWidgetColor(
WidgetColor whichColor,
Color c,
bool forceUiUpdate
)
Public Shared Sub SetWidgetColor (
whichColor As WidgetColor,
c As Color,
forceUiUpdate As Boolean
)
Parameters
- whichColor
- Type: Rhino.ApplicationSettingsWidgetColor
A logical color association. - c
- Type: System.DrawingColor
A .Net library color. - forceUiUpdate
- Type: SystemBoolean
true if the UI should be forced to update.
See Also