C# Class NetworkSkins.Props.UILightOption

Inheritance: NetworkSkins.UI.UIDropDownTextFieldOption
Show file Open project: boformer/NetworkSkins

Protected Methods

Method Description
Initialize ( ) : void
OnSelectionChanged ( int index ) : void
OnTextChanged ( string value ) : void
PopulateDropDown ( ) : bool

Private Methods

Method Description
BeautifyNameEvenMore ( string itemName ) : string

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

OnSelectionChanged() protected method

protected OnSelectionChanged ( int index ) : void
index int
return void

OnTextChanged() protected method

protected OnTextChanged ( string value ) : void
value string
return void

PopulateDropDown() protected method

protected PopulateDropDown ( ) : bool
return bool