C# 클래스 FCS_Funding.CommonControl

파일 보기 프로젝트 열기: WKlingonsmith/FCS-Project 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

IntepretEnterAsTab() 공개 정적인 메소드

public static IntepretEnterAsTab ( object sender, System e ) : void
sender object
e System
리턴 void

IsTextNumeric() 공개 정적인 메소드

public static IsTextNumeric ( string strTextToCheck ) : bool
strTextToCheck string
리턴 bool

IsTextNumericNoPeriod() 공개 정적인 메소드

public static IsTextNumericNoPeriod ( string strTextToCheck ) : bool
strTextToCheck string
리턴 bool

NumberOnlyEventCheck() 공개 정적인 메소드

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
리턴 void

NumberOnlyEventCheckNoPeriod() 공개 정적인 메소드

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
리턴 void