C# 클래스 SIL.FieldWorks.Common.Widgets.DropDownButton

상속: System.Windows.Forms.Button
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

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