C# Class SIL.FieldWorks.Common.Widgets.ListBoxVc

Inheritance: SIL.FieldWorks.Common.RootSites.VwBaseVc
Exibir arquivo Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_listbox IFwListBoxSite
m_tssBlanks ITsString

Protected Methods

Method Description
DisplayList ( IVwEnv vwenv ) : void

Displays the list of items in the list box.

Private Methods

Method Description
Display ( IVwEnv vwenv, int hvo, int frag ) : void
ListBoxVc ( IFwListBoxSite listbox ) : System

Construct one. Must be part of an InnerFwListBox.

Method Details

DisplayList() protected method

Displays the list of items in the list box.
protected DisplayList ( IVwEnv vwenv ) : void
vwenv IVwEnv The view environment
return void

Property Details

m_listbox protected_oe property

protected IFwListBoxSite m_listbox
return IFwListBoxSite

m_tssBlanks protected_oe property

protected ITsString m_tssBlanks
return ITsString