C# Класс Myre.UI.Controls.MultiButton

An abstract button control, where the button can have multiple values swichable by the user.
Наследование: Myre.UI.Controls.Button
Показать файл Открыть проект

Открытые методы

Метод Описание
MultiButton ( Control parent ) : System

Initializes a new instance of the MultiButton class.

Защищенные методы

Метод Описание
OnSelectionChanged ( ) : void

Called when the selection changes.

Приватные методы

Метод Описание
BindGestures ( ) : void

Binds the left and right buttons to next and previous.

NextOption ( IGesture gesture, GameTime time, IInputDevice device ) : void
PreviousOption ( IGesture gesture, GameTime time, IInputDevice device ) : void

Описание методов

MultiButton() публичный Метод

Initializes a new instance of the MultiButton class.
public MultiButton ( Control parent ) : System
parent Control This controls parent control.
Результат System

OnSelectionChanged() защищенный Метод

Called when the selection changes.
protected OnSelectionChanged ( ) : void
Результат void