C# Класс Ext.Net.Examples.Examples.Miscellaneous.UI.Shared.ThemeListHandler

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ThemeList List

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

Метод Описание
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.

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

AddThemeListTo() публичный статический Метод

Adds the list of themes to the specified combobox reference.
public static AddThemeListTo ( ComboBox &comboBox ) : void
comboBox ComboBox
Результат void

GetThemeFromId() публичный статический Метод

Get the Ext.Net.Theme from the provided integer id.
public static GetThemeFromId ( int id ) : Ext.Net.Theme
id int
Результат Ext.Net.Theme

GetThemeFromId() публичный статический Метод

Get the Ext.Net.Theme from the provided string representation of numeric id.
public static GetThemeFromId ( string id ) : Ext.Net.Theme
id string
Результат Ext.Net.Theme

Описание свойств

ThemeList публичное статическое свойство

Enumerated list of all available theme names. Including the 'none' theme.
public static List ThemeList
Результат List