|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| Behavior | Encapsulates behavior interaction logic for a Skin, . |
| Button | A simple command button control. |
| ButtonBase | Base class for button-like UI Controls. |
| CheckBox | A tri-state selection Control typically skinned as a box with a checkmark or tick mark when checked. |
| Control | Mixin class for all user interface controls. |
| Hyperlink | An HTML like text label which potentially responds to rollovers and clicks. |
| Keystroke | |
| Label | Label is a non-editable text control. |
| Labeled | The text to display in the label. |
| ListView | A list of items. |
| OverrunStyle | Defines the behavior of a labeled Control when the space for rendering the text is smaller than the space needed to render the entire string. |
| ProgressBar |
|
| ProgressIndicator |
|
| RadioButton | A RadioButton is a specialized ToggleButton. |
| ScrollBar |
|
| Skin | Base class for user interface control skins. |
| Slider |
|
| TextBox | A control which displays and accepts input of text. |
| TextInputControl |
Several
Control
s accept and receive text input.
|
| ToggleButton | A ToggleButton is a specialized control which has the ability to be selected. |
| ToggleGroup |
A class which contains a reference to all the
ToggleButton
s whose
selected
variables should be managed such that only a single.
|