C# 클래스 Habanero.Faces.VWG.DateTimePickerVWG

Represents a DateTimePicker control
상속: DateTimePicker, IDateTimePicker
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

Private Properties

프로퍼티 타입 설명
ObserveGlobalUIHints void
SetGlobalDefaultFormat void

공개 메소드들

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

Constructs the DateTimePickerVWG

보호된 메소드들

메소드 설명
OnClick ( EventArgs eventargs ) : void

Handle On Click by the manager.

OnEnabledChanged ( EventArgs e ) : void

Raises the OnEnabledChanged.

OnForeColorChanged ( EventArgs e ) : void

Raises the ForeColorChanged event.

OnGotFocus ( EventArgs e ) : void

Raises the OnGotFocus

OnKeyDown ( KeyEventArgs e ) : void

Raises the event.

OnLostFocus ( EventArgs e ) : void

Raises the OnLostFocus

OnResize ( EventArgs eventargs ) : void

Resize the manager

OnValueChanged ( EventArgs eventargs ) : void

Raises the ValueChanged event.

비공개 메소드들

메소드 설명
ObserveGlobalUIHints ( ) : void
SetGlobalDefaultFormat ( ) : void

메소드 상세

DateTimePickerVWG() 공개 메소드

Constructs the DateTimePickerVWG
public DateTimePickerVWG ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
리턴 System

OnClick() 보호된 메소드

Handle On Click by the manager.
protected OnClick ( EventArgs eventargs ) : void
eventargs System.EventArgs
리턴 void

OnEnabledChanged() 보호된 메소드

Raises the OnEnabledChanged.
protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnForeColorChanged() 보호된 메소드

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

OnGotFocus() 보호된 메소드

Raises the OnGotFocus
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnKeyDown() 보호된 메소드

Raises the event.
protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs A that contains the event data.
리턴 void

OnLostFocus() 보호된 메소드

Raises the OnLostFocus
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnResize() 보호된 메소드

Resize the manager
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
리턴 void

OnValueChanged() 보호된 메소드

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