Buttons Function Reference

sButtonName

Buttons Function Reference | Example

This function returns the name of the specified button.

<DllImport("SapphireButtons.dll")> _
Public Sub sButtonName(ByVal sButtonText As String, ByVal lButtonNumber As Integer)
End Sub

Parameters

  sButtonText
    A string variable that will be used to store the name of the button.
  lButtonNumber
    An integer specifying which button to retrieve the name for.

Return Values

  None