C# Class SourceGrid.Cells.Editors.TimePicker

Inheritance: DateTimePicker
显示文件 Open project: zhuangyy/Motion

Public Methods

Method Description
TimePicker ( ) : System

Constructor

TimePicker ( System toStringFormat, string p_ParseFormats ) : System

Constructor

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

TimePicker() public method

Constructor
public TimePicker ( ) : System
return System

TimePicker() public method

Constructor
public TimePicker ( System toStringFormat, string p_ParseFormats ) : System
toStringFormat System
p_ParseFormats string
return System