GH_Format.FormatKeys Method

GH_FormatFormatKeys Method

Format a keys enumeration as though it's a menu shortcut

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static string FormatKeys(
	Keys keys
)
Public Shared Function FormatKeys ( 
	keys As Keys
) As String

Parameters

keys
Type: System.Windows.FormsKeys
Key data to format

Return Value

Type: String
See Also