VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailViewer Class / ProcessCmdKey(Message,Keys) Method
Syntax Requirements SeeAlso
In This Topic
    ProcessCmdKey(Message,Keys) Method (ThumbnailViewer)
    In This Topic
    Processes a command key.
    Syntax
    'Declaration
    
    Protected Overrides Function ProcessCmdKey( _
    ByRef msg
    A Message, passed by reference, that represents the window message to process.
    As System.Windows.Forms.Message, _
    ByVal keyData
    One of the Keys values that represents the key to process.
    As System.Windows.Forms.Keys _
    ) As Boolean
    protected override bool ProcessCmdKey(
    ref System.Windows.Forms.Message msg,
    System.Windows.Forms.Keys keyData
    )
    protected: bool ProcessCmdKey(
    ref System.Windows.Forms.Message* msg,
    System.Windows.Forms.Keys* keyData
    ); override

    Parameters

    msg
    A Message, passed by reference, that represents the window message to process.
    keyData
    One of the Keys values that represents the key to process.

    Return Value

    True if the character was processed by the control; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also