Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NShortcut Class / ToString Method / ToString(Keys) Method


In This Topic
    ToString(Keys) Method
    In This Topic
    Overriden. Displays the key and modifiers values separated by "+".
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ToString( _
       ByVal key As System.Windows.Forms.Keys _
    ) As System.String
    'Usage
     
    
    Dim key As System.Windows.Forms.Keys
    Dim value As System.String
     
    value = NShortcut.ToString(key)
    public static System.string ToString( 
       System.Windows.Forms.Keys key
    )

    Parameters

    key
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also