CustomCheckbox Constructor |
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic 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