ActiveReports 13
PreProcessControlMessage Method (ReportsLibrary)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.ReportsLibrary Namespace > ReportsLibrary Class : PreProcessControlMessage Method
A System.Windows.Forms.Message that represents the message to process.
Preprocesses keyboard or input messages within the message loop before they are dispatched.
Syntax
'Declaration
 
Public Function PreProcessControlMessage( _
   ByRef msg As Message _
) As PreProcessControlState
public PreProcessControlState PreProcessControlMessage( 
   ref Message msg
)

Parameters

msg
A System.Windows.Forms.Message that represents the message to process.

Return Value

See Also

Reference

ReportsLibrary Class
ReportsLibrary Members