Click or drag to resize

IRhinoUiDialogServiceDetectColorScheme Method

[Missing <summary> documentation for "M:Rhino.UI.IRhinoUiDialogService.DetectColorScheme(System.Boolean@,System.Boolean@)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.2
Syntax
void DetectColorScheme(
	out bool defaultLightMode,
	out bool defaultDarkMode
)

Parameters

defaultLightMode
Type: SystemBoolean

[Missing <param name="defaultLightMode"/> documentation for "M:Rhino.UI.IRhinoUiDialogService.DetectColorScheme(System.Boolean@,System.Boolean@)"]

defaultDarkMode
Type: SystemBoolean

[Missing <param name="defaultDarkMode"/> documentation for "M:Rhino.UI.IRhinoUiDialogService.DetectColorScheme(System.Boolean@,System.Boolean@)"]

See Also