C# Класс FarsiLibrary.Win.Controls.FAContainerComboBox

Наследование: FarsiLibrary.Win.BaseClasses.DateEditBase
Показать файл Открыть проект

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