'DeclarationPublic Shared Function GetMessageName( _ ByVal msg As System.Integer _ ) As System.String
'UsageDim msg As System.Integer Dim value As System.String value = NUIManager.GetMessageName(msg)
public static System.string GetMessageName( System.int msg )
Parameters
- msg