Widget for selecting one option from among multiple options. More...
Public Member Functions | |
PopupList () | |
Constructor. | |
Protected Member Functions | |
override void | DisposeSelf () |
Frees used resources. | |
override void | OnPressStateChanged (PressStateChangedEventArgs e) |
Called when the press status changes. | |
Properties | |
override float | Width [get, set] |
Obtains and sets the width. | |
override float | Height [get, set] |
Obtains and sets the height. | |
string | ListTitle [get, set] |
Obtains and sets the list title. | |
UIFont | Font [get, set] |
Obtains and sets the font of the character string. | |
UIColor | TextColor [get, set] |
Obtains and sets the color of the character string. | |
TextShadowSettings | TextShadow [get, set] |
Obtains and sets the information of the shadow of the character string. | |
TextTrimming | TextTrimming [get, set] |
Obtains and sets the cropping method of the character string. | |
UIFont | ListItemFont [get, set] |
Obtains and sets the list item font. | |
UIColor | ListItemTextColor [get, set] |
Obtains and sets the list item text color. | |
UIFont | ListTitleFont [get, set] |
Obtains and sets the list title font. | |
UIColor | ListTitleTextColor [get, set] |
Obtains and sets the list title text color. | |
int | SelectedIndex [get, set] |
Index of selected ListItem. | |
PopupListItemCollection | ListItems [get, set] |
Obtains and sets the character string of a list item. | |
Events | |
EventHandler < PopupSelectionChangedEventArgs > | SelectionChanged |
Event called when selected item changes. | |
EventHandler < PopupListItemsChangedEventArgs > | ListItemsChanged |
Event called when the content of the ListItems properties is updated. |
Widget for selecting one option from among multiple options.
Displays a list in the modal dialog
override void OnPressStateChanged | ( | PressStateChangedEventArgs | e | ) | [protected, virtual] |