C# Класс ZForge.Win32.RemovableDetectorForm

Hidden Form which we use to receive Windows messages about flash drives
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RemovableDetectorForm ( RemovableDriveDetector 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

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

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

Set up the hidden form.
public RemovableDetectorForm ( RemovableDriveDetector detector ) : System
detector RemovableDriveDetector 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