Intersoft ClientUI Documentation
GetDisplayStringForCulture Method



Returns a string that can be used to display the KeyGesture.
Syntax
Public Function GetDisplayStringForCulture( _
   ByVal culture As CultureInfo _
) As String
Dim instance As KeyGesture
Dim culture As CultureInfo
Dim value As String
 
value = instance.GetDisplayStringForCulture(culture)
public string GetDisplayStringForCulture( 
   CultureInfo culture
)
public:
String^ GetDisplayStringForCulture( 
   CultureInfo^ culture
) 

Parameters

culture
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

KeyGesture Class
KeyGesture Members

Send Feedback