LM.GUI.Button(label, msg)

Version added: before 9.5

Creates a new LM_Button object

ArgumentTypeDescriptionDefaultVer
labelcharThe text that should appear on the button< 9.5
msgint32A message value to be triggered when the button is pressed0< 9.5

Return type (LM_Button): the newly-created button

Creates a new LM_Button object that can then be added to a dialog or toolbar.
String "Button" is found in the following scripts:

HS Shape (by hayasidist)