C# Class FCS_Funding.CommonControl

Afficher le fichier Open project: WKlingonsmith/FCS-Project Class Usage Examples

Méthodes publiques

Méthode Description
IntepretEnterAsTab ( object sender, System e ) : void
IsTextNumeric ( string strTextToCheck ) : bool
IsTextNumericNoPeriod ( string strTextToCheck ) : bool
NumberOnlyEventCheck ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void

This should be calle din an event to ensure that only numbers and periods are included

NumberOnlyEventCheckNoPeriod ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void

This should be called in an event to just ensure that only numbers are included

Method Details

IntepretEnterAsTab() public static méthode

public static IntepretEnterAsTab ( object sender, System e ) : void
sender object
e System
Résultat void

IsTextNumeric() public static méthode

public static IsTextNumeric ( string strTextToCheck ) : bool
strTextToCheck string
Résultat bool

IsTextNumericNoPeriod() public static méthode

public static IsTextNumericNoPeriod ( string strTextToCheck ) : bool
strTextToCheck string
Résultat bool

NumberOnlyEventCheck() public static méthode

This should be calle din an event to ensure that only numbers and periods are included
public static NumberOnlyEventCheck ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
sender object
e System.Windows.Input.TextCompositionEventArgs
Résultat void

NumberOnlyEventCheckNoPeriod() public static méthode

This should be called in an event to just ensure that only numbers are included
public static NumberOnlyEventCheckNoPeriod ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
sender object
e System.Windows.Input.TextCompositionEventArgs
Résultat void