BCGControlBar Library for .NET
ShortcutToString Method




A shortcut object to translate to its string appearance.
Called by the framework to write a shortcut near the command. Translates the shortcut object to its string appearance.
Syntax
'Declaration
 
Public Shared Function ShortcutToString( _
   ByVal shortcut As Shortcut _
) As String
'Usage
 
Dim shortcut As Shortcut
Dim value As String
 
value = GlobalUtils.ShortcutToString(shortcut)
public static string ShortcutToString( 
   Shortcut shortcut
)
public: static string* ShortcutToString( 
   Shortcut shortcut
) 
public:
static String^ ShortcutToString( 
   Shortcut shortcut
) 

Parameters

shortcut
A shortcut object to translate to its string appearance.
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

Reference

GlobalUtils Class
GlobalUtils Members

Send Feedback