Skip to content
Jean-Philippe Bruyère edited this page Oct 26, 2021 · 3 revisions

templated checkbox control

namespace: Crow

Inheritance Hierarchy

  • CheckBox

Syntax

public class CheckBox : TemplatedControl

Constructors

prototype description
CheckBox (Interface iface, string style=null) __

Properties

name description
IsChecked __

Methods

prototype description
void onMouseClick(object sender, MouseButtonEventArgs e) Default mouse click method. A click is a press and release without mouving combination.

Events

name description
Checked __
Unchecked __
Clone this wiki locally