AVWizard's Control List

From LinuxMCE
Revision as of 04:37, 21 June 2008 by Langstonius (Talk | contribs)

(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

AVWizard Control list

Properties and methods of controls:

- Page: parent control to all control, may be compared with a display

Page properties Page events

- Image: a picture area

Image properties Image events

- Label: control that describe a thing using some text

Label properties Label events

- ListBox (focus-able): a control that store multiple values

ListBox properties ListBox events

- Button (focus-able): a control that notify clicking

Button properties Button events

- Container: a control keeps inside many controls and has no events

Container properties