C# Class NanoByte.Common.Controls.TouchForm

Represents a window that reacts to touch input on Windows 7 or newer.
Inheritance: System.Windows.Forms.Form, ITouchControl
ファイルを表示 Open project: nano-byte/common

Protected Methods

Method Description
CreateHandle ( ) : void

Private Methods

Method Description
WndProc ( Message &m ) : void

Method Details

CreateHandle() protected method

protected CreateHandle ( ) : void
return void