GrapeCity ActiveReports for .NET 16.0J
PreProcessMessage メソッド (FlatToolbox)

GrapeCity.ActiveReports.Design.Toolbox 名前空間 > FlatToolbox クラス : PreProcessMessage メソッド
A System.Windows.Forms.Message, passed by reference, that represents the message to process. The possible values are WM_KEYDOWN, WM_SYSKEYDOWN, WM_CHAR, and WM_SYSCHAR.
Preprocesses keyboard or input messages within the message loop before they are dispatched.
シンタックス
'宣言
 
Public Function PreProcessMessage( _
   ByRef msg As Message _
) As Boolean
public bool PreProcessMessage( 
   ref Message msg
)

パラメータ

msg
A System.Windows.Forms.Message, passed by reference, that represents the message to process. The possible values are WM_KEYDOWN, WM_SYSKEYDOWN, WM_CHAR, and WM_SYSCHAR.

戻り値の型

true if the message was processed by the control; otherwise, false.
参照

FlatToolbox クラス
FlatToolbox メンバ