C# Class SIL.FieldWorks.FwCoreDlgControls.NumberStyleComboItem

This class implements an item for the number style combobox list.
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
NumberStyleComboItem ( string sLabel, string sFormat ) : System

Constructor.

ToString ( ) : string

returns the label

Method Details

NumberStyleComboItem() public méthode

Constructor.
public NumberStyleComboItem ( string sLabel, string sFormat ) : System
sLabel string
sFormat string
Résultat System

ToString() public méthode

returns the label
public ToString ( ) : string
Résultat string