Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Keystroke Structure / ToString Method


In This Topic
    ToString Method (Keystroke)
    In This Topic
    Returns a string that represents the keystroke.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    'Usage
     
    
    Dim instance As Keystroke
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()
    See Also