Click or drag to resize

CustomCheckbox Constructor

Initializes a new instance of the CustomCheckbox class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public CustomCheckbox(
	string text,
	bool initialValue
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Demo3D.Visuals.CustomCheckbox.#ctor(System.String,System.Boolean)"]

initialValue
Type: SystemBoolean

[Missing <param name="initialValue"/> documentation for "M:Demo3D.Visuals.CustomCheckbox.#ctor(System.String,System.Boolean)"]

See Also