<Code Lib>
2023 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
)

  • 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…