Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FpColorPicker Class / ProcessDialogChar Method
Character code


In This Topic
    ProcessDialogChar Method (FpColorPicker)
    In This Topic
    Determines whether to process the dialog character.
    Syntax
    'Declaration
     
    
    Protected Overrides Function ProcessDialogChar( _
       ByVal charCode As Char _
    ) As Boolean
    'Usage
     
    
    Dim instance As FpColorPicker
    Dim charCode As Char
    Dim value As Boolean
     
    value = instance.ProcessDialogChar(charCode)
    protected override bool ProcessDialogChar( 
       char charCode
    )

    Parameters

    charCode
    Character code
    See Also