PushButtonData
Description:
Constructs a new instance of PushButtonData.
Constructs a new instance of PushButtonData.
public PushButtonData(
string name,
string text,
string assemblyName,
string className
)
-
StringnameThe internal name of the new button.
-
StringtextThe user visible text seen on the new button.
-
StringassemblyNameThe assembly path of the button.
-
StringclassNameThe name of the class containing the implementation for the command.
-
Thrown whenis passed for one or more arguments.
-
Thrown when an empty string is passed for one or more arguments.