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

GrapeCity.ActiveReports.Design 名前空間 > Designer クラス : 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 Overridable Function PreProcessMessage( _
   ByRef msg As Message _
) As Boolean
public virtual 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.
参照

Designer クラス
Designer メンバ