2024 Constructor
Changes 0
C

ToggleButtonData(String, String)

Description:
Constructs a new instance of ToggleButtonData, where the ToggleButton will not be associated to an ExternalCommand.
Overloads (2):
ToggleButtonData(String,String)
public ToggleButtonData(
	string name,
	string text
)
  • String
    name
    The internal name of the new button.
  • String
    text
    The user visible text seen on the new button.