-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.CheckBox
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
3 revisions
templated checkbox control
namespace: Crow
CheckBox
public class CheckBox : TemplatedControl
⬜ | prototype | description |
---|---|---|
CheckBox (Interface iface, string style=null) |
__ |
⬜ | name | description |
---|---|---|
IsChecked |
__ |
⬜ | prototype | description |
---|---|---|
void onMouseClick(object sender, MouseButtonEventArgs e) |
Default mouse click method. A click is a press and release without mouving combination. |
⬜ | name | description |
---|---|---|
Checked |
__ | |
Unchecked |
__ |