Buttons Function Reference

sButtonName

Buttons Function Reference | Example

This function returns the name of the specified button.

Declare Sub sButtonName Lib "SapphireButtons.dll" (ByVal sButtonText As String, ByVal lButtonNumber As Long)

Parameters

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

Return Values

  None