OptionToggle Constructor (Boolean, LocalizeStringPair, LocalizeStringPair)

OptionToggle Constructor (Boolean, LocalizeStringPair, LocalizeStringPair)

Initializes a new instance of the OptionToggle class

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public OptionToggle(
	bool initialValue,
	LocalizeStringPair offValue,
	LocalizeStringPair onValue
)
Public Sub New ( 
	initialValue As Boolean,
	offValue As LocalizeStringPair,
	onValue As LocalizeStringPair
)

Parameters

initialValue
Type: SystemBoolean

[Missing <param name="initialValue"/> documentation for "M:Rhino.Input.Custom.OptionToggle.#ctor(System.Boolean,Rhino.UI.LocalizeStringPair,Rhino.UI.LocalizeStringPair)"]

offValue
Type: Rhino.UILocalizeStringPair

[Missing <param name="offValue"/> documentation for "M:Rhino.Input.Custom.OptionToggle.#ctor(System.Boolean,Rhino.UI.LocalizeStringPair,Rhino.UI.LocalizeStringPair)"]

onValue
Type: Rhino.UILocalizeStringPair

[Missing <param name="onValue"/> documentation for "M:Rhino.Input.Custom.OptionToggle.#ctor(System.Boolean,Rhino.UI.LocalizeStringPair,Rhino.UI.LocalizeStringPair)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also