C# Class hobd.ListSection

Inheritance: Fleux.UIElements.Panorama.PanoramaSection
Afficher le fichier Open project: cail/hobd Class Usage Examples

Méthodes publiques

Свойство Type Description
ChooseAction Action
Selected object

Méthodes publiques

Méthode Description
ListSection ( string title, Fleux.Styles.TextStyle style, int layoutX, int layoutY ) : System
OnChoose ( Fleux.UIElements.UIElement e ) : void

Méthodes protégées

Méthode Description
CreateItems ( ) : void

Method Details

CreateItems() protected méthode

protected CreateItems ( ) : void
Résultat void

ListSection() public méthode

public ListSection ( string title, Fleux.Styles.TextStyle style, int layoutX, int layoutY ) : System
title string
style Fleux.Styles.TextStyle
layoutX int
layoutY int
Résultat System

OnChoose() public méthode

public OnChoose ( Fleux.UIElements.UIElement e ) : void
e Fleux.UIElements.UIElement
Résultat void

Property Details

ChooseAction public_oe property

public Action ChooseAction
Résultat Action

Selected public_oe property

public object Selected
Résultat object