C# Class Ext.Net.Examples.Examples.Miscellaneous.UI.Shared.ThemeListHandler

Afficher le fichier Open project: extnet/Ext.NET.Examples

Méthodes publiques

Свойство Type Description
ThemeList List

Méthodes publiques

Méthode Description
AddThemeListTo ( ComboBox &comboBox ) : void

Adds the list of themes to the specified combobox reference.

GetThemeFromId ( int id ) : Ext.Net.Theme

Get the Ext.Net.Theme from the provided integer id.

GetThemeFromId ( string id ) : Ext.Net.Theme

Get the Ext.Net.Theme from the provided string representation of numeric id.

Method Details

AddThemeListTo() public static méthode

Adds the list of themes to the specified combobox reference.
public static AddThemeListTo ( ComboBox &comboBox ) : void
comboBox ComboBox
Résultat void

GetThemeFromId() public static méthode

Get the Ext.Net.Theme from the provided integer id.
public static GetThemeFromId ( int id ) : Ext.Net.Theme
id int
Résultat Ext.Net.Theme

GetThemeFromId() public static méthode

Get the Ext.Net.Theme from the provided string representation of numeric id.
public static GetThemeFromId ( string id ) : Ext.Net.Theme
id string
Résultat Ext.Net.Theme

Property Details

ThemeList public_oe static_oe property

Enumerated list of all available theme names. Including the 'none' theme.
public static List ThemeList
Résultat List