C# 클래스 FarsiLibrary.Win.Controls.FAContainerComboBox

상속: FarsiLibrary.Win.BaseClasses.DateEditBase
파일 보기 프로젝트 열기: HEskandari/FarsiLibrary

Private Properties

프로퍼티 타입 설명
IsMouseOverButton bool
OnDropDownKeyDown void
OnDropDownMouseMove void
OnInternalLostFocus void

공개 메소드들

메소드 설명
FAContainerComboBox ( ) : System

Creates a new instance of FAContainerComboBox class.

HideDropDown ( ) : void

Hides the Popup control.

ShowDropDown ( ) : void

Fires the BindPopupControl and shows the container panel with the control specified in the BindPopupControlEventArgs.BindedControl. Binded control should implement IPopupControl interface.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposes the control.

GetButtonRect ( ) : Rectangle
GetContentRect ( ) : Rectangle
OnBindingPopupControl ( BindPopupControlEventArgs e ) : void
OnDrawButtons ( PaintEventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPopupClosing ( EventArgs e ) : void
OnPopupShowing ( EventArgs e ) : void
RaiseButtonClick ( ) : void

비공개 메소드들

메소드 설명
IsMouseOverButton ( ) : bool
OnDropDownKeyDown ( object sender, KeyEventArgs e ) : void
OnDropDownMouseMove ( object sender, MouseEventArgs e ) : void
OnInternalLostFocus ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Disposes the control.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FAContainerComboBox() 공개 메소드

Creates a new instance of FAContainerComboBox class.
public FAContainerComboBox ( ) : System
리턴 System

GetButtonRect() 보호된 메소드

protected GetButtonRect ( ) : Rectangle
리턴 System.Drawing.Rectangle

GetContentRect() 보호된 메소드

protected GetContentRect ( ) : Rectangle
리턴 System.Drawing.Rectangle

HideDropDown() 공개 메소드

Hides the Popup control.
public HideDropDown ( ) : void
리턴 void

OnBindingPopupControl() 보호된 메소드

protected OnBindingPopupControl ( BindPopupControlEventArgs e ) : void
e FarsiLibrary.Win.Events.BindPopupControlEventArgs
리턴 void

OnDrawButtons() 보호된 메소드

protected OnDrawButtons ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnFontChanged() 보호된 메소드

protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnHandleCreated() 보호된 메소드

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPopupClosing() 보호된 메소드

protected OnPopupClosing ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPopupShowing() 보호된 메소드

protected OnPopupShowing ( EventArgs e ) : void
e System.EventArgs
리턴 void

RaiseButtonClick() 보호된 메소드

protected RaiseButtonClick ( ) : void
리턴 void

ShowDropDown() 공개 메소드

Fires the BindPopupControl and shows the container panel with the control specified in the BindPopupControlEventArgs.BindedControl. Binded control should implement IPopupControl interface.
public ShowDropDown ( ) : void
리턴 void