ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / ProcessDialogKey Method

In This Topic
    ProcessDialogKey Method (C1Sizer)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function ProcessDialogKey( _
       ByVal keyData As System.Windows.Forms.Keys _
    ) As System.Boolean
    protected virtual System.bool ProcessDialogKey( 
       System.Windows.Forms.Keys keyData
    )

    Parameters

    keyData
    See Also