C# 클래스 SIL.FieldWorks.Common.UIAdapters.CustomDropDown

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

공개 메소드들

메소드 설명
AddHost ( ToolStripControlHost host ) : void

Adds a host to the drop-down.

CustomDropDown ( ) : System

보호된 메소드들

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

Clean up

OnVisibleChanged ( EventArgs e ) : void

Start and stop the timer when the owning drop-down's visibility changes.

비공개 메소드들

메소드 설명
AddControl ( Control ctrl ) : void
InitializeMouseMonitorTimer ( ) : void

InitializeVisibilityTimeoutTimer ( ) : void

m_hostedControl_Resize ( object sender, EventArgs e ) : void

Adjust the size of the popup as the size of the hosted control changes. This is necessary in case the hosted control can be resized by the user at runtime.

m_tmrMouseMonitor_Tick ( object sender, EventArgs e ) : void

m_tmrVisibilityTimeout_Tick ( object sender, EventArgs e ) : void

메소드 상세

AddHost() 공개 메소드

Adds a host to the drop-down.
public AddHost ( ToolStripControlHost host ) : void
host System.Windows.Forms.ToolStripControlHost
리턴 void

CustomDropDown() 공개 메소드

public CustomDropDown ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnVisibleChanged() 보호된 메소드

Start and stop the timer when the owning drop-down's visibility changes.
protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void