2025 Constructor
Changes 0
C

PushButtonData

Description:
Constructs a new instance of PushButtonData.
public PushButtonData(
	string name,
	string text,
	string assemblyName,
	string className
)
  • name
    The internal name of the new button.
  • text
    The user visible text seen on the new button.
  • assemblyName
    The assembly path of the button.
  • className
    The name of the class containing the implementation for the command.