Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / ProcessDialogKey Method
Key for the control to process


In This Topic
    ProcessDialogKey Method (RichTextEditor)
    In This Topic
    Processes the specified dialog key by the control.
    Syntax
    'Declaration
     
    
    Protected Overrides Function ProcessDialogKey( _
       ByVal keyData As Keys _
    ) As Boolean
    'Usage
     
    
    Dim instance As RichTextEditor
    Dim keyData As Keys
    Dim value As Boolean
     
    value = instance.ProcessDialogKey(keyData)
    protected override bool ProcessDialogKey( 
       Keys keyData
    )

    Parameters

    keyData
    Key for the control to process
    See Also