2020 Constructor
Changes 0
C

ToggleButtonData(String, String, String, String)

Description:
Constructs a new instance of ToggleButtonData, where the ToggleButton will execute an ExternalCommand when clicked.
Overloads (2):
ToggleButtonData(String,String,String,String)
public ToggleButtonData(
	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.