-
Notifications
You must be signed in to change notification settings - Fork 0
Button
SirePi edited this page Mar 12, 2018
·
18 revisions
A Button is, simply, a button. Derives from InteractiveControl.
In addition to the InteractiveControl's base properties and delegates, it also exposes:
-
Text - the string to be displayed inside the Button. -
TextConfiguration - the Button's TextConfiguration object. -
OnMouseButton(MouseButtonEventArgs args) - an event that gets fired whenever a Mouse button is pressed or released.
Controls
- Button
- ToggleButton
- CheckButton
- RadioButton
- TextBox
- TextBlock
- Separator
- HorizontalScrollBar
- VerticalScrollBar
- ProgressBar
- ListBox
ControlContainers