SIL.FieldWorks.Common.Widgets.LabeledMultiStringControl.LabeledMultiStringControl C# (CSharp) Method

LabeledMultiStringControl() public method

Initializes a new instance of the LabeledMultiStringControl class. For use with a non-standard list of wss (like available UI languages). (See CustomListDlg)
public LabeledMultiStringControl ( SIL.FieldWorks.FDO.FdoCache cache, List wsList, IVwStylesheet vss ) : System
cache SIL.FieldWorks.FDO.FdoCache The FdoCache.
wsList List The non-standard list of IWritingSystems.
vss IVwStylesheet The stylesheet.
return System
		public LabeledMultiStringControl(FdoCache cache, List<IWritingSystem> wsList, IVwStylesheet vss)
		{

			m_innerControl = new InnerLabeledMultiStringControl(cache, wsList);
			InternalInit(cache, vss);
		}

Same methods

LabeledMultiStringControl::LabeledMultiStringControl ( SIL.FieldWorks.FDO.FdoCache cache, int wsMagic, IVwStylesheet vss ) : System