C# Class LgLcdTest.LgLcdTestForm

显示文件 Open project: zzattack/Logitech-LCD Class Usage Examples

Public Methods

Method Description
LgLcdTestForm ( ) : System
LgLcdTestForm_HandleCreated ( object sender, EventArgs e ) : void
OnAppletDisabled ( ) : void
OnAppletEnabled ( ) : void
OnCloseConnection ( ) : void
OnConfigure ( ) : void
OnDeviceArrival ( DeviceType deviceType ) : void
OnDeviceRemoval ( DeviceType deviceType ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

LgLcdTestForm() public method

public LgLcdTestForm ( ) : System
return System

LgLcdTestForm_HandleCreated() public method

public LgLcdTestForm_HandleCreated ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnAppletDisabled() public method

public OnAppletDisabled ( ) : void
return void

OnAppletEnabled() public method

public OnAppletEnabled ( ) : void
return void

OnCloseConnection() public method

public OnCloseConnection ( ) : void
return void

OnConfigure() public method

public OnConfigure ( ) : void
return void

OnDeviceArrival() public method

public OnDeviceArrival ( DeviceType deviceType ) : void
deviceType DeviceType
return void

OnDeviceRemoval() public method

public OnDeviceRemoval ( DeviceType deviceType ) : void
deviceType DeviceType
return void