/* Delete the Edit, Copy button from the Standard toolbar */
if ( ( nError = IN_DeleteButton(IN_BUTTONBAR_STANDARD, IN_CMD_EDIT_COPY, 0, 0 ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}