Ribbon for WinForms
HandleMessage メソッド (TouchProcessor)

C1.Win.4.8 アセンブリ > C1.Win.Touch 名前空間 > TouchProcessor クラス : HandleMessage メソッド
The Message to process.
Processes touch-related Windows messages.
シンタックス
'宣言
 
Public Function HandleMessage( _
   ByRef m As Message _
) As Boolean
public bool HandleMessage( 
   ref Message m
)

パラメータ

m
The Message to process.

戻り値の型

Returns true if the message is handled and the owner control's WndProc() shouldn't call base.WndProc().
解説
It must be executed from the owner control's WndProc() method.
参照

TouchProcessor クラス
TouchProcessor メンバ