InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / PreProcessControlMessage Method

In This Topic
    PreProcessControlMessage Method (C1InputPanel)
    In This Topic
    Syntax
    'Declaration
     
    Public Function PreProcessControlMessage( _
       ByRef msg As System.Windows.Forms.Message _
    ) As System.Windows.Forms.PreProcessControlState
    public System.Windows.Forms.PreProcessControlState PreProcessControlMessage( 
       ref System.Windows.Forms.Message msg
    )

    Parameters

    msg
    See Also