C# 클래스 Dolinay.DetectorForm

Hidden Form which we use to receive Windows messages about flash drives
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: nefarius/TrueMount-3 1 사용 예제들

공개 메소드들

메소드 설명
DetectorForm ( DriveDetector detector ) : System

Set up the hidden form.

보호된 메소드들

메소드 설명
WndProc ( Message &m ) : void

This function receives all the windows messages for this window (form). We call the DriveDetector from here so that is can pick up the messages about drives arrived and removed.

비공개 메소드들

메소드 설명
Form_Activated ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
Load_Form ( object sender, EventArgs e ) : void

메소드 상세

DetectorForm() 공개 메소드

Set up the hidden form.
public DetectorForm ( DriveDetector detector ) : System
detector DriveDetector DriveDetector object which will receive notification about USB drives, see WndProc
리턴 System

WndProc() 보호된 메소드

This function receives all the windows messages for this window (form). We call the DriveDetector from here so that is can pick up the messages about drives arrived and removed.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void