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

GrapeCity.ActiveReports.Design.DdrDesigner.Designers.ReportSections 名前空間 > ReportSectionDesigner クラス : 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.
参照

ReportSectionDesigner クラス
ReportSectionDesigner メンバ