Skip to content

GetBaseClass.SetDefaultColor

Public Class

Sets a color as default value that will be returned if the user presses ENTER key during the get.

Namespace: Rhino.Input.Custom

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**5.0

Syntax

public void SetDefaultColor(
Color defaultColor
)

Parameters

defaultColor

Type:System.Drawing.Color
value for default color.

Remarks

Calling SetDefaultColor will automatically handle setting the command prompt default and reacting to the user pressing ENTER. If the user presses ENTER to accept the default color, GetResult.Color is returned and RhinoGet.GotDefault() will return true. Calling SetDefaultColor will clear any previous calls to SetDefaultString or SetDefaultPoint.