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: 19.00.00
Syntax
C#
public CustomCheckbox(
	string text,
	bool initialValue
)

Parameters

text  String

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

initialValue  Boolean

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

See Also