C# Класс SIL.FieldWorks.Common.Widgets.DropDownButton

Наследование: System.Windows.Forms.Button
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
DropDownButton ( FwComboBoxBase comboBox ) : System

Initializes a new instance of the DropDownButton class.

NotifyDefault ( bool value ) : void

Notifies the T:System.Windows.Forms.Button whether it is the default button so that it can adjust its appearance accordingly.

Защищенные методы

Метод Описание
OnGotFocus ( EventArgs e ) : void

OnLostFocus ( EventArgs e ) : void

OnMouseDown ( MouseEventArgs e ) : void

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

OnMouseEnter ( EventArgs e ) : void

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

OnMouseLeave ( EventArgs e ) : void

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

OnMouseUp ( MouseEventArgs e ) : void

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

OnPaint ( PaintEventArgs e ) : void

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

Описание методов

DropDownButton() публичный Метод

Initializes a new instance of the DropDownButton class.
public DropDownButton ( FwComboBoxBase comboBox ) : System
comboBox FwComboBoxBase The combo box.
Результат System

NotifyDefault() публичный Метод

Notifies the T:System.Windows.Forms.Button whether it is the default button so that it can adjust its appearance accordingly.
public NotifyDefault ( bool value ) : void
value bool true if the button is to have the appearance of the default button; otherwise, false.
Результат void

OnGotFocus() защищенный Метод

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
Результат void

OnLostFocus() защищенный Метод

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
Результат void

OnMouseDown() защищенный Метод

Raises the E:System.Windows.Forms.Control.MouseDown event.
protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs A that contains the event data.
Результат void

OnMouseEnter() защищенный Метод

Raises the E:System.Windows.Forms.Control.MouseEnter event.
protected OnMouseEnter ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
Результат void

OnMouseLeave() защищенный Метод

Raises the E:System.Windows.Forms.Control.MouseLeave event.
protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
Результат void

OnMouseUp() защищенный Метод

Raises the E:System.Windows.Forms.Control.MouseUp event.
protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs A that contains the event data.
Результат void

OnPaint() защищенный Метод

Raises the E:System.Windows.Forms.Control.Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A that contains the event data.
Результат void