C# 클래스 Habanero.Faces.Win.DateTimePickerWin

Represents a DateTimePicker control
상속: System.Windows.Forms.DateTimePicker, IDateTimePicker
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetMaxTextSize System.Drawing.Size
NullDisplayBoxCustomization void
ObserveGlobalUIHints void
SetGlobalDefaultFormat void

공개 메소드들

메소드 설명
DateTimePickerWin ( IControlFactory controlFactory ) : System

Constructor for DateTimePickerWin

보호된 메소드들

메소드 설명
OnBackColorChanged ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Control.BackColorChanged event.

OnClick ( EventArgs eventargs ) : void

Raises the E:System.Windows.Forms.Control.Click event.

OnEnabledChanged ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Control.EnabledChanged event.

OnForeColorChanged ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Control.ForeColorChanged event.

OnGotFocus ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Control.GotFocus event.

OnKeyDown ( KeyEventArgs e ) : void

Raises the E:System.Windows.Forms.Control.KeyDown event.

OnLostFocus ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Control.LostFocus event.

OnResize ( EventArgs eventargs ) : void

Raises the E:System.Windows.Forms.Control.Resize event.

OnValueChanged ( EventArgs eventargs ) : void

Raises the E:System.Windows.Forms.DateTimePicker.ValueChanged event.

비공개 메소드들

메소드 설명
GetMaxTextSize ( ) : Size
NullDisplayBoxCustomization ( ILabel label ) : void
ObserveGlobalUIHints ( ) : void
SetGlobalDefaultFormat ( ) : void

메소드 상세

DateTimePickerWin() 공개 메소드

Constructor for DateTimePickerWin
public DateTimePickerWin ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
리턴 System

OnBackColorChanged() 보호된 메소드

Raises the E:System.Windows.Forms.Control.BackColorChanged event.
protected OnBackColorChanged ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
리턴 void

OnClick() 보호된 메소드

Raises the E:System.Windows.Forms.Control.Click event.
protected OnClick ( EventArgs eventargs ) : void
eventargs System.EventArgs An that contains the event data.
리턴 void

OnEnabledChanged() 보호된 메소드

Raises the E:System.Windows.Forms.Control.EnabledChanged event.
protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
리턴 void

OnForeColorChanged() 보호된 메소드

Raises the E:System.Windows.Forms.Control.ForeColorChanged event.
protected OnForeColorChanged ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
리턴 void

OnGotFocus() 보호된 메소드

Raises the E:System.Windows.Forms.Control.GotFocus event.
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
리턴 void

OnKeyDown() 보호된 메소드

Raises the E:System.Windows.Forms.Control.KeyDown event.
protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs A that contains the event data.
리턴 void

OnLostFocus() 보호된 메소드

Raises the E:System.Windows.Forms.Control.LostFocus event.
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
리턴 void

OnResize() 보호된 메소드

Raises the E:System.Windows.Forms.Control.Resize event.
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs An that contains the event data.
리턴 void

OnValueChanged() 보호된 메소드

Raises the E:System.Windows.Forms.DateTimePicker.ValueChanged event.
protected OnValueChanged ( EventArgs eventargs ) : void
eventargs System.EventArgs An that contains the event data.
리턴 void