dbicMonth Send comments on this topic.
PreProcessControlMessage Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : PreProcessControlMessage Method

msg
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

Visual Basic (Declaration) 
Public Function PreProcessControlMessage( _
   ByRef msg As Message _
) As PreProcessControlState
C# 
public PreProcessControlState PreProcessControlMessage( 
   ref Message msg
)

Parameters

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

Return Value

One of the System.Windows.Forms.PreProcessControlState values, depending on whether System.Windows.Forms.Control.PreProcessMessage(System.Windows.Forms.Message@) is true or false and whether System.Windows.Forms.Control.IsInputKey(System.Windows.Forms.Keys) or System.Windows.Forms.Control.IsInputChar(System.Char) are true or false.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also