C# Class SourceGrid.Cells.Editors.TextBoxUITypeEditor

Inheritance: TextBoxButton
Show file Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
TextBoxUITypeEditor ( Type p_Type ) : System

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

Protected Methods

Method Description
CreateControl ( ) : Control

Create the editor control

Method Details

CreateControl() protected method

Create the editor control
protected CreateControl ( ) : Control
return System.Windows.Forms.Control

TextBoxUITypeEditor() public method

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