<Code Lib>
2024 Constructor
Changes 0
C

PushButtonData()

Description:
Constructs a new instance of PushButtonData.

public PushButtonData(
	string name,
	string text,
	string assemblyName,
	string className
)

  • String
    name
    The internal name of the new button.
  • String
    text
    The user visible text seen on the new button.
  • String
    assemblyName
    The assembly path of the button.
  • String
    className
    The name of the class containing the implementation for the command.

Loading…