PushButton.AssemblyName
Property
Description:
The assembly path of the button.
The assembly path of the button.
Remarks:
The path of the assembly which contains the corresponding external command.
The path of the assembly which contains the corresponding external command.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when setting the value to. |
| ArgumentException | Thrown when setting the value to an empty string. |
| InvalidOperationException | Thrown when setting the value to a ToggleButton which is not initialized with an external command. |