C# Class CustomerService.LineDateTimePicker

Inheritance: System.Windows.Forms.DateTimePicker
Show file Open project: NanQi/demo

Public Methods

Method Description
LineDateTimePicker ( ) : System

Protected Methods

Method Description
WndProc ( Message &m ) : void

Private Methods

Method Description
DrawBottomLine ( Graphics g ) : void
GetWindowDC ( IntPtr hWnd ) : IntPtr
ReleaseDC ( IntPtr hWnd, IntPtr hDC ) : int

Method Details

LineDateTimePicker() public method

public LineDateTimePicker ( ) : System
return System

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void