Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ProcessDialogChar Method
Character for the component to process


In This Topic
    ProcessDialogChar Method (FpSpread)
    In This Topic
    Processes the specified dialog character by the component.
    Syntax
    'Declaration
     
    
    Protected Overrides Function ProcessDialogChar( _
       ByVal charCode As Char _
    ) As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim charCode As Char
    Dim value As Boolean
     
    value = instance.ProcessDialogChar(charCode)
    protected override bool ProcessDialogChar( 
       char charCode
    )

    Parameters

    charCode
    Character for the component to process

    Return Value

    true if the character was processed by the component; false otherwise
    See Also