C# Class ArcStrabo10.ComboBoxLanguageSelector

Inheritance: ESRI.ArcGIS.Desktop.AddIns.ComboBox
Show file Open project: usc-isi-i2/strabo-arcstrabo Class Usage Examples

Public Properties

Property Type Description
selected_language string

Public Methods

Method Description
ComboBoxLanguageSelector ( ) : System
Get_selected_language ( ) : string

Protected Methods

Method Description
OnSelChange ( int cookie ) : void
OnUpdate ( ) : void

Private Methods

Method Description
AddItem ( string lng ) : void
ClearAll ( ) : void
GetLanguageNameComboBox ( ) : ComboBoxLanguageSelector

Method Details

ComboBoxLanguageSelector() public method

public ComboBoxLanguageSelector ( ) : System
return System

Get_selected_language() public method

public Get_selected_language ( ) : string
return string

OnSelChange() protected method

protected OnSelChange ( int cookie ) : void
cookie int
return void

OnUpdate() protected method

protected OnUpdate ( ) : void
return void

Property Details

selected_language public property

public string selected_language
return string