Assembly.RemoveCustomInterviewButton Method
This method has been deprecated in HotDocs Server 11. The functionality is now available in the Javascript API.
This method removes a custom button from the interview toolbar. The index parameter is the index of the button returned by AddCustomInterviewButton when the button was created.
Syntax
void RemoveCustomInterviewButton ( int index )
Parameters | Description |
index | The index of the custom interview button to remove. |