'Declaration
Public Shared Function TranslateTextWithMnemonic( _ ByVal text As System.String, _ ByRef translated As System.Boolean _ ) As System.String
'Usage
Dim text As System.String Dim translated As System.Boolean Dim value As System.String value = NControlHelper.TranslateTextWithMnemonic(text, translated)
public static System.string TranslateTextWithMnemonic( System.string text, out System.bool translated )
Parameters
- text
- translated