C# 클래스 Ext.Net.Examples.Examples.Miscellaneous.UI.Shared.ThemeListHandler

파일 보기 프로젝트 열기: extnet/Ext.NET.Examples

공개 프로퍼티들

프로퍼티 타입 설명
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