ActiveReports 12
PreProcessControlMessage Method (Viewer)

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer 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

Viewer Class
Viewer Members