ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotChart Class / ProcessCmdKey Method

In This Topic
    ProcessCmdKey Method (C1FlexPivotChart)
    In This Topic
    Processes a command key.
    Syntax
    'Declaration
     
    Protected Overrides Function ProcessCmdKey( _
       ByRef msg As Message, _
       ByVal keyData As Keys _
    ) As Boolean
    protected override bool ProcessCmdKey( 
       ref Message msg,
       Keys keyData
    )

    Parameters

    msg
    keyData

    Return Value

    true if the character was processed by the control; otherwise, false.
    See Also