C# Class FarsiLibrary.Win.Controls.FAContainerComboBox

Inheritance: FarsiLibrary.Win.BaseClasses.DateEditBase
Afficher le fichier Open project: HEskandari/FarsiLibrary

Private Properties

Свойство Type Description
IsMouseOverButton bool
OnDropDownKeyDown void
OnDropDownMouseMove void
OnInternalLostFocus void

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
IsMouseOverButton ( ) : bool
OnDropDownKeyDown ( object sender, KeyEventArgs e ) : void
OnDropDownMouseMove ( object sender, MouseEventArgs e ) : void
OnInternalLostFocus ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Disposes the control.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FAContainerComboBox() public méthode

Creates a new instance of FAContainerComboBox class.
public FAContainerComboBox ( ) : System
Résultat System

GetButtonRect() protected méthode

protected GetButtonRect ( ) : Rectangle
Résultat System.Drawing.Rectangle

GetContentRect() protected méthode

protected GetContentRect ( ) : Rectangle
Résultat System.Drawing.Rectangle

HideDropDown() public méthode

Hides the Popup control.
public HideDropDown ( ) : void
Résultat void

OnBindingPopupControl() protected méthode

protected OnBindingPopupControl ( BindPopupControlEventArgs e ) : void
e FarsiLibrary.Win.Events.BindPopupControlEventArgs
Résultat void

OnDrawButtons() protected méthode

protected OnDrawButtons ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnFontChanged() protected méthode

protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPopupClosing() protected méthode

protected OnPopupClosing ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPopupShowing() protected méthode

protected OnPopupShowing ( EventArgs e ) : void
e System.EventArgs
Résultat void

RaiseButtonClick() protected méthode

protected RaiseButtonClick ( ) : void
Résultat void

ShowDropDown() public méthode

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
Résultat void