C# 클래스 SourceGrid.Cells.Editors.TextBoxCurrency

상속: TextBoxNumeric
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
TextBoxCurrency ( Type p_Type ) : System

Construct a Model. Based on the Type specified the constructor populate AllowNull, DefaultValue, TypeConverter, StandardValues, StandardValueExclusive

메소드 상세

TextBoxCurrency() 공개 메소드

Construct a Model. Based on the Type specified the constructor populate AllowNull, DefaultValue, TypeConverter, StandardValues, StandardValueExclusive
public TextBoxCurrency ( Type p_Type ) : System
p_Type System.Type The type of this model
리턴 System